Enum ColorChannel
#[repr(i32)]pub enum ColorChannel {
R = 0,
G = 1,
B = 2,
A = 3,
}
Variants§
Implementations§
§impl SkColorChannel
impl SkColorChannel
pub const LastEnum: SkColorChannel = SkColorChannel::A
Trait Implementations§
§impl Clone for SkColorChannel
impl Clone for SkColorChannel
§fn clone(&self) -> SkColorChannel
fn clone(&self) -> SkColorChannel
Returns a copy 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 more§impl Debug for SkColorChannel
impl Debug for SkColorChannel
§impl Hash for SkColorChannel
impl Hash for SkColorChannel
§impl PartialEq for SkColorChannel
impl PartialEq for SkColorChannel
impl Copy for SkColorChannel
impl Eq for SkColorChannel
impl StructuralPartialEq for SkColorChannel
Auto Trait Implementations§
impl Freeze for SkColorChannel
impl RefUnwindSafe for SkColorChannel
impl Send for SkColorChannel
impl Sync for SkColorChannel
impl Unpin for SkColorChannel
impl UnwindSafe for SkColorChannel
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