pub struct IndexMesh { /* private fields */ }
Expand description
A triangle mesh represented as a vector of IndexTriangle
and a vector of Vertex
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexMesh
impl RefUnwindSafe for IndexMesh
impl Send for IndexMesh
impl Sync for IndexMesh
impl Unpin for IndexMesh
impl UnwindSafe for IndexMesh
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