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