pub struct IndexTriangle { /* private fields */ }Expand description
A triangle type which contains a normal vertex and index references
to vertices contained in a separate vertices container.
See IndexMesh.
Implementations§
Source§impl IndexTriangle
impl IndexTriangle
Auto Trait Implementations§
impl Freeze for IndexTriangle
impl RefUnwindSafe for IndexTriangle
impl Send for IndexTriangle
impl Sync for IndexTriangle
impl Unpin for IndexTriangle
impl UnwindSafe for IndexTriangle
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