#[repr(u8)]pub enum TgaChannels {
Y = 1,
Ya = 2,
Bgr = 3,
Bgra = 4,
}Variants§
Trait Implementations§
Source§impl Clone for TgaChannels
impl Clone for TgaChannels
Source§fn clone(&self) -> TgaChannels
fn clone(&self) -> TgaChannels
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 TgaChannels
impl Debug for TgaChannels
Source§impl PartialEq for TgaChannels
impl PartialEq for TgaChannels
Source§impl TryFrom<u8> for TgaChannels
impl TryFrom<u8> for TgaChannels
impl Copy for TgaChannels
impl Eq for TgaChannels
impl StructuralPartialEq for TgaChannels
Auto Trait Implementations§
impl Freeze for TgaChannels
impl RefUnwindSafe for TgaChannels
impl Send for TgaChannels
impl Sync for TgaChannels
impl Unpin for TgaChannels
impl UnwindSafe for TgaChannels
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