Struct gltf_json::accessor::IndexComponentType
source · pub struct IndexComponentType(pub ComponentType);
Expand description
The data type of an index.
Tuple Fields§
§0: ComponentType
Trait Implementations§
source§impl Clone for IndexComponentType
impl Clone for IndexComponentType
source§fn clone(&self) -> IndexComponentType
fn clone(&self) -> IndexComponentType
Returns a copy 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 IndexComponentType
impl Debug for IndexComponentType
source§impl<'de> Deserialize<'de> for IndexComponentType
impl<'de> Deserialize<'de> for IndexComponentType
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 Serialize for IndexComponentType
impl Serialize for IndexComponentType
impl Copy for IndexComponentType
Auto Trait Implementations§
impl RefUnwindSafe for IndexComponentType
impl Send for IndexComponentType
impl Sync for IndexComponentType
impl Unpin for IndexComponentType
impl UnwindSafe for IndexComponentType
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