#[repr(u32)]pub enum LayerColorValue {
Rgb = 0,
Rgba = 1,
Grayscale = 2,
GrayscaleWithAlpha = 3,
Indexed = 4,
IndexedWithAlpha = 5,
}Variants§
Trait Implementations§
Source§impl Clone for LayerColorValue
impl Clone for LayerColorValue
Source§fn clone(&self) -> LayerColorValue
fn clone(&self) -> LayerColorValue
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 LayerColorValue
impl Debug for LayerColorValue
Source§impl PartialEq for LayerColorValue
impl PartialEq for LayerColorValue
impl StructuralPartialEq for LayerColorValue
Auto Trait Implementations§
impl Freeze for LayerColorValue
impl RefUnwindSafe for LayerColorValue
impl Send for LayerColorValue
impl Sync for LayerColorValue
impl Unpin for LayerColorValue
impl UnwindSafe for LayerColorValue
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