Enum lotus_shared::graphics::TextureSlot
source · #[repr(u8)]pub enum TextureSlot {
Base = 1,
}Variants§
Base = 1
Trait Implementations§
source§impl Clone for TextureSlot
impl Clone for TextureSlot
source§fn clone(&self) -> TextureSlot
fn clone(&self) -> TextureSlot
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 TextureSlot
impl Debug for TextureSlot
source§impl<'de> Deserialize<'de> for TextureSlot
impl<'de> Deserialize<'de> for TextureSlot
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 From<TextureSlot> for u8
impl From<TextureSlot> for u8
source§fn from(value: TextureSlot) -> Self
fn from(value: TextureSlot) -> Self
Converts to this type from the input type.
source§impl Hash for TextureSlot
impl Hash for TextureSlot
source§impl PartialEq for TextureSlot
impl PartialEq for TextureSlot
source§impl Serialize for TextureSlot
impl Serialize for TextureSlot
source§impl TryFrom<u8> for TextureSlot
impl TryFrom<u8> for TextureSlot
impl Copy for TextureSlot
impl Eq for TextureSlot
impl StructuralPartialEq for TextureSlot
Auto Trait Implementations§
impl Freeze for TextureSlot
impl RefUnwindSafe for TextureSlot
impl Send for TextureSlot
impl Sync for TextureSlot
impl Unpin for TextureSlot
impl UnwindSafe for TextureSlot
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)