pub struct ShpRecord {
pub header: ShpRecordHeader,
pub content: ShpRecordContent,
}Fields§
§header: ShpRecordHeader§content: ShpRecordContentTrait Implementations§
Auto Trait Implementations§
impl Freeze for ShpRecord
impl RefUnwindSafe for ShpRecord
impl Send for ShpRecord
impl Sync for ShpRecord
impl Unpin for ShpRecord
impl UnwindSafe for ShpRecord
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