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