pub struct TriangleVec { /* private fields */ }
Expand description
An immutable vector of triangles
Implementations§
Source§impl TriangleVec
Implements a read only interface to a triangle vector.
impl TriangleVec
Implements a read only interface to a triangle vector.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TriangleVec
impl RefUnwindSafe for TriangleVec
impl !Send for TriangleVec
impl !Sync for TriangleVec
impl Unpin for TriangleVec
impl UnwindSafe for TriangleVec
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