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