pub struct FaceIndex(pub u32);Expand description
Index of a triangle face.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for FaceIndex
impl Eq for FaceIndex
Source§impl Ord for FaceIndex
impl Ord for FaceIndex
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FaceIndex
impl PartialOrd for FaceIndex
impl StructuralPartialEq for FaceIndex
Auto Trait Implementations§
impl Freeze for FaceIndex
impl RefUnwindSafe for FaceIndex
impl Send for FaceIndex
impl Sync for FaceIndex
impl Unpin for FaceIndex
impl UnsafeUnpin for FaceIndex
impl UnwindSafe for FaceIndex
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