#[repr(u32)]pub enum SkYUVAInfo_YUVAChannels {
kY,
kU,
kV,
kA,
}
Variants§
Implementations§
source§impl SkYUVAInfo_YUVAChannels
impl SkYUVAInfo_YUVAChannels
pub const kLast: SkYUVAInfo_YUVAChannels = SkYUVAInfo_YUVAChannels::kA
Trait Implementations§
source§impl Clone for SkYUVAInfo_YUVAChannels
impl Clone for SkYUVAInfo_YUVAChannels
source§fn clone(&self) -> SkYUVAInfo_YUVAChannels
fn clone(&self) -> SkYUVAInfo_YUVAChannels
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 moresource§impl Debug for SkYUVAInfo_YUVAChannels
impl Debug for SkYUVAInfo_YUVAChannels
source§impl Hash for SkYUVAInfo_YUVAChannels
impl Hash for SkYUVAInfo_YUVAChannels
source§impl PartialEq<SkYUVAInfo_YUVAChannels> for SkYUVAInfo_YUVAChannels
impl PartialEq<SkYUVAInfo_YUVAChannels> for SkYUVAInfo_YUVAChannels
source§fn eq(&self, other: &SkYUVAInfo_YUVAChannels) -> bool
fn eq(&self, other: &SkYUVAInfo_YUVAChannels) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkYUVAInfo_YUVAChannels
impl Eq for SkYUVAInfo_YUVAChannels
impl StructuralEq for SkYUVAInfo_YUVAChannels
impl StructuralPartialEq for SkYUVAInfo_YUVAChannels
Auto Trait Implementations§
impl RefUnwindSafe for SkYUVAInfo_YUVAChannels
impl Send for SkYUVAInfo_YUVAChannels
impl Sync for SkYUVAInfo_YUVAChannels
impl Unpin for SkYUVAInfo_YUVAChannels
impl UnwindSafe for SkYUVAInfo_YUVAChannels
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