pub struct MultiPointShape { /* private fields */ }Implementations§
Source§impl MultiPointShape
impl MultiPointShape
pub fn parse(content: &[u8]) -> MultiPointShape
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultiPointShape
impl RefUnwindSafe for MultiPointShape
impl Send for MultiPointShape
impl Sync for MultiPointShape
impl Unpin for MultiPointShape
impl UnwindSafe for MultiPointShape
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