pub struct TextureIndex(/* private fields */);Trait Implementations§
Source§impl Clone for TextureIndex
impl Clone for TextureIndex
Source§fn clone(&self) -> TextureIndex
fn clone(&self) -> TextureIndex
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 TextureIndex
impl Debug for TextureIndex
Source§impl Default for TextureIndex
impl Default for TextureIndex
Source§fn default() -> TextureIndex
fn default() -> TextureIndex
Returns the “default value” for a type. Read more
Source§impl Deref for TextureIndex
impl Deref for TextureIndex
Source§impl DerefMut for TextureIndex
impl DerefMut for TextureIndex
Source§impl<'de> Deserialize<'de> for TextureIndex
impl<'de> Deserialize<'de> for TextureIndex
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 TextureIndex
impl Display for TextureIndex
Source§impl From<&TextureIndex> for ShortIndex
impl From<&TextureIndex> for ShortIndex
Source§fn from(value: &TextureIndex) -> ShortIndex
fn from(value: &TextureIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<TextureIndex> for ShortIndex
impl From<TextureIndex> for ShortIndex
Source§fn from(value: TextureIndex) -> ShortIndex
fn from(value: TextureIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<TextureIndex> for usize
impl From<TextureIndex> for usize
Source§fn from(value: TextureIndex) -> usize
fn from(value: TextureIndex) -> usize
Converts to this type from the input type.
Source§impl From<usize> for TextureIndex
impl From<usize> for TextureIndex
Source§impl Index<TextureIndex> for Gltf
impl Index<TextureIndex> for Gltf
Source§type Output = GltfTexture
type Output = GltfTexture
The returned type after indexing.
Source§impl PartialEq for TextureIndex
impl PartialEq for TextureIndex
Source§impl Serialize for TextureIndex
impl Serialize for TextureIndex
impl Copy for TextureIndex
impl Eq for TextureIndex
impl StructuralPartialEq for TextureIndex
Auto Trait Implementations§
impl Freeze for TextureIndex
impl RefUnwindSafe for TextureIndex
impl Send for TextureIndex
impl Sync for TextureIndex
impl Unpin for TextureIndex
impl UnwindSafe for TextureIndex
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