#[repr(i32)]pub enum SkYUVAInfo_Subsampling {
kUnknown,
k444,
k422,
k420,
k440,
k411,
k410,
}
Variants§
Implementations§
source§impl SkYUVAInfo_Subsampling
impl SkYUVAInfo_Subsampling
pub const kLast: SkYUVAInfo_Subsampling = SkYUVAInfo_Subsampling::k410
Trait Implementations§
source§impl Clone for SkYUVAInfo_Subsampling
impl Clone for SkYUVAInfo_Subsampling
source§fn clone(&self) -> SkYUVAInfo_Subsampling
fn clone(&self) -> SkYUVAInfo_Subsampling
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_Subsampling
impl Debug for SkYUVAInfo_Subsampling
source§impl Hash for SkYUVAInfo_Subsampling
impl Hash for SkYUVAInfo_Subsampling
source§impl PartialEq<SkYUVAInfo_Subsampling> for SkYUVAInfo_Subsampling
impl PartialEq<SkYUVAInfo_Subsampling> for SkYUVAInfo_Subsampling
source§fn eq(&self, other: &SkYUVAInfo_Subsampling) -> bool
fn eq(&self, other: &SkYUVAInfo_Subsampling) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkYUVAInfo_Subsampling
impl Eq for SkYUVAInfo_Subsampling
impl StructuralEq for SkYUVAInfo_Subsampling
impl StructuralPartialEq for SkYUVAInfo_Subsampling
Auto Trait Implementations§
impl RefUnwindSafe for SkYUVAInfo_Subsampling
impl Send for SkYUVAInfo_Subsampling
impl Sync for SkYUVAInfo_Subsampling
impl Unpin for SkYUVAInfo_Subsampling
impl UnwindSafe for SkYUVAInfo_Subsampling
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