pub enum RawChannels {
Rgb,
Bgr,
Rgba,
Argb,
Rgbx,
Xrgb,
Bgra,
Abgr,
Bgrx,
Xbgr,
}Variants§
Trait Implementations§
Source§impl Clone for RawChannels
impl Clone for RawChannels
Source§fn clone(&self) -> RawChannels
fn clone(&self) -> RawChannels
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 RawChannels
impl Debug for RawChannels
Source§impl From<Channels> for RawChannels
impl From<Channels> for RawChannels
Source§impl From<RawChannels> for Channels
impl From<RawChannels> for Channels
Source§fn from(value: RawChannels) -> Self
fn from(value: RawChannels) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RawChannels
impl PartialEq for RawChannels
impl Copy for RawChannels
impl Eq for RawChannels
impl StructuralPartialEq for RawChannels
Auto Trait Implementations§
impl Freeze for RawChannels
impl RefUnwindSafe for RawChannels
impl Send for RawChannels
impl Sync for RawChannels
impl Unpin for RawChannels
impl UnwindSafe for RawChannels
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