pub struct AccessorIndex(pub usize);Expand description
Typed index into the glTF AccessorIndex[] array.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Clone for AccessorIndex
impl Clone for AccessorIndex
Source§fn clone(&self) -> AccessorIndex
fn clone(&self) -> AccessorIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AccessorIndex
Source§impl Debug for AccessorIndex
impl Debug for AccessorIndex
Source§impl Default for AccessorIndex
impl Default for AccessorIndex
Source§fn default() -> AccessorIndex
fn default() -> AccessorIndex
Returns the “default value” for a type. Read more
impl Eq for AccessorIndex
Source§impl From<AccessorIndex> for usize
impl From<AccessorIndex> for usize
Source§fn from(value: AccessorIndex) -> Self
fn from(value: AccessorIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for AccessorIndex
impl From<usize> for AccessorIndex
Source§impl Hash for AccessorIndex
impl Hash for AccessorIndex
Source§impl Ord for AccessorIndex
impl Ord for AccessorIndex
Source§fn cmp(&self, other: &AccessorIndex) -> Ordering
fn cmp(&self, other: &AccessorIndex) -> Ordering
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 PartialEq for AccessorIndex
impl PartialEq for AccessorIndex
Source§impl PartialOrd for AccessorIndex
impl PartialOrd for AccessorIndex
impl StructuralPartialEq for AccessorIndex
Auto Trait Implementations§
impl Freeze for AccessorIndex
impl RefUnwindSafe for AccessorIndex
impl Send for AccessorIndex
impl Sync for AccessorIndex
impl Unpin for AccessorIndex
impl UnsafeUnpin for AccessorIndex
impl UnwindSafe for AccessorIndex
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