pub struct Shx {
pub header: ShpHeader,
pub records: Vec<ShxRecord>,
}Fields§
§header: ShpHeader§records: Vec<ShxRecord>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shx
impl RefUnwindSafe for Shx
impl Send for Shx
impl Sync for Shx
impl Unpin for Shx
impl UnsafeUnpin for Shx
impl UnwindSafe for Shx
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more