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