pub struct Pole2D { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pole2D
impl RefUnwindSafe for Pole2D
impl Send for Pole2D
impl Sync for Pole2D
impl Unpin for Pole2D
impl UnwindSafe for Pole2D
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