pub struct Lines<Vert: Vertex> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Vert> Freeze for Lines<Vert>where
Vert: Freeze,
impl<Vert> RefUnwindSafe for Lines<Vert>where
Vert: RefUnwindSafe,
impl<Vert> Send for Lines<Vert>
impl<Vert> Sync for Lines<Vert>
impl<Vert> Unpin for Lines<Vert>where
Vert: Unpin,
impl<Vert> UnsafeUnpin for Lines<Vert>where
Vert: UnsafeUnpin,
impl<Vert> UnwindSafe for Lines<Vert>where
Vert: UnwindSafe,
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