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