#[repr(i32)]pub enum TextureChannelEncoding {
UInt8 = 1,
UInt16 = 2,
UInt24 = 3,
UInt32 = 4,
Float16 = 258,
Float16Sr = 770,
Float32 = 260,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TextureChannelEncoding
impl Clone for TextureChannelEncoding
Source§fn clone(&self) -> TextureChannelEncoding
fn clone(&self) -> TextureChannelEncoding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TextureChannelEncoding
impl Debug for TextureChannelEncoding
Source§impl PartialEq for TextureChannelEncoding
impl PartialEq for TextureChannelEncoding
Source§fn eq(&self, other: &TextureChannelEncoding) -> bool
fn eq(&self, other: &TextureChannelEncoding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TextureChannelEncoding
impl Eq for TextureChannelEncoding
impl StructuralPartialEq for TextureChannelEncoding
Auto Trait Implementations§
impl Freeze for TextureChannelEncoding
impl RefUnwindSafe for TextureChannelEncoding
impl Send for TextureChannelEncoding
impl Sync for TextureChannelEncoding
impl Unpin for TextureChannelEncoding
impl UnsafeUnpin for TextureChannelEncoding
impl UnwindSafe for TextureChannelEncoding
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