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