pub enum PixelType {
UnsignedByte = 5_121,
UnsignedShort4444 = 32_819,
UnsignedShort5551 = 32_820,
UnsignedShort565 = 33_635,
UnsignedShort = 5_123,
UnsignedInt = 5_125,
UnsignedInt24 = 34_042,
Float = 5_126,
}Variants§
UnsignedByte = 5_121
UnsignedShort4444 = 32_819
UnsignedShort5551 = 32_820
UnsignedShort565 = 33_635
UnsignedShort = 5_123
UnsignedInt = 5_125
UnsignedInt24 = 34_042
Float = 5_126
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixelType
impl RefUnwindSafe for PixelType
impl Send for PixelType
impl Sync for PixelType
impl Unpin for PixelType
impl UnwindSafe for PixelType
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