pub struct ShpFile {
pub header: ShpHeader,
pub records: Vec<ShpRecord>,
}Fields§
§header: ShpHeader§records: Vec<ShpRecord>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShpFile
impl RefUnwindSafe for ShpFile
impl Send for ShpFile
impl Sync for ShpFile
impl Unpin for ShpFile
impl UnwindSafe for ShpFile
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