pub struct MeshIndex(pub usize);Expand description
Typed index into the glTF MeshIndex[] array.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
impl Copy for MeshIndex
impl Eq for MeshIndex
Source§impl Ord for MeshIndex
impl Ord for MeshIndex
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 MeshIndex
impl PartialOrd for MeshIndex
impl StructuralPartialEq for MeshIndex
Auto Trait Implementations§
impl Freeze for MeshIndex
impl RefUnwindSafe for MeshIndex
impl Send for MeshIndex
impl Sync for MeshIndex
impl Unpin for MeshIndex
impl UnsafeUnpin for MeshIndex
impl UnwindSafe for MeshIndex
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