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