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