#[repr(u32)]pub enum ColorLayoutFormat {
R = 6_403,
RG = 33_319,
RGB = 6_407,
RGBA = 6_408,
BGRA = 32_993,
}Expand description
Represents the layout of the color components.
Variants§
Trait Implementations§
Source§impl Clone for ColorLayoutFormat
impl Clone for ColorLayoutFormat
Source§fn clone(&self) -> ColorLayoutFormat
fn clone(&self) -> ColorLayoutFormat
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 ColorLayoutFormat
impl Debug for ColorLayoutFormat
Source§impl PartialEq for ColorLayoutFormat
impl PartialEq for ColorLayoutFormat
impl Copy for ColorLayoutFormat
impl Eq for ColorLayoutFormat
impl StructuralPartialEq for ColorLayoutFormat
Auto Trait Implementations§
impl Freeze for ColorLayoutFormat
impl RefUnwindSafe for ColorLayoutFormat
impl Send for ColorLayoutFormat
impl Sync for ColorLayoutFormat
impl Unpin for ColorLayoutFormat
impl UnwindSafe for ColorLayoutFormat
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