pub struct PrimitiveIndex(/* private fields */);Trait Implementations§
Source§impl Clone for PrimitiveIndex
impl Clone for PrimitiveIndex
Source§fn clone(&self) -> PrimitiveIndex
fn clone(&self) -> PrimitiveIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrimitiveIndex
impl Debug for PrimitiveIndex
Source§impl Default for PrimitiveIndex
impl Default for PrimitiveIndex
Source§fn default() -> PrimitiveIndex
fn default() -> PrimitiveIndex
Returns the “default value” for a type. Read more
Source§impl Deref for PrimitiveIndex
impl Deref for PrimitiveIndex
Source§impl DerefMut for PrimitiveIndex
impl DerefMut for PrimitiveIndex
Source§impl<'de> Deserialize<'de> for PrimitiveIndex
impl<'de> Deserialize<'de> for PrimitiveIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PrimitiveIndex
impl Display for PrimitiveIndex
Source§impl From<&PrimitiveIndex> for ShortIndex
impl From<&PrimitiveIndex> for ShortIndex
Source§fn from(value: &PrimitiveIndex) -> ShortIndex
fn from(value: &PrimitiveIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<PrimitiveIndex> for ShortIndex
impl From<PrimitiveIndex> for ShortIndex
Source§fn from(value: PrimitiveIndex) -> ShortIndex
fn from(value: PrimitiveIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<PrimitiveIndex> for usize
impl From<PrimitiveIndex> for usize
Source§fn from(value: PrimitiveIndex) -> usize
fn from(value: PrimitiveIndex) -> usize
Converts to this type from the input type.
Source§impl From<usize> for PrimitiveIndex
impl From<usize> for PrimitiveIndex
Source§impl Index<PrimitiveIndex> for GltfMesh
impl Index<PrimitiveIndex> for GltfMesh
Source§type Output = GltfPrimitive
type Output = GltfPrimitive
The returned type after indexing.
Source§impl IndexMut<PrimitiveIndex> for GltfMesh
impl IndexMut<PrimitiveIndex> for GltfMesh
Source§impl PartialEq for PrimitiveIndex
impl PartialEq for PrimitiveIndex
Source§impl Serialize for PrimitiveIndex
impl Serialize for PrimitiveIndex
impl Copy for PrimitiveIndex
impl Eq for PrimitiveIndex
impl StructuralPartialEq for PrimitiveIndex
Auto Trait Implementations§
impl Freeze for PrimitiveIndex
impl RefUnwindSafe for PrimitiveIndex
impl Send for PrimitiveIndex
impl Sync for PrimitiveIndex
impl Unpin for PrimitiveIndex
impl UnwindSafe for PrimitiveIndex
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