pub struct DispTri {
pub indices: [u32; 3],
}Expand description
Represents a displacement triangle
Fields§
§indices: [u32; 3]Trait Implementations§
Auto Trait Implementations§
impl Freeze for DispTri
impl RefUnwindSafe for DispTri
impl Send for DispTri
impl Sync for DispTri
impl Unpin for DispTri
impl UnsafeUnpin for DispTri
impl UnwindSafe for DispTri
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