Enum skia_safe::yuva_pixmap_info::DataType
source · #[repr(i32)]pub enum DataType {
Unorm8,
Unorm16,
Float16,
Unorm10_Unorm2,
}
Expand description
Data type for Y, U, V, and possibly A channels independent of how values are packed into planes.
Variants§
Implementations§
source§impl SkYUVAPixmapInfo_DataType
impl SkYUVAPixmapInfo_DataType
pub const Last: SkYUVAPixmapInfo_DataType = SkYUVAPixmapInfo_DataType::Unorm10_Unorm2
Trait Implementations§
source§impl Clone for SkYUVAPixmapInfo_DataType
impl Clone for SkYUVAPixmapInfo_DataType
source§fn clone(&self) -> SkYUVAPixmapInfo_DataType
fn clone(&self) -> SkYUVAPixmapInfo_DataType
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 SkYUVAPixmapInfo_DataType
impl Debug for SkYUVAPixmapInfo_DataType
source§impl Hash for SkYUVAPixmapInfo_DataType
impl Hash for SkYUVAPixmapInfo_DataType
source§impl PartialEq<SkYUVAPixmapInfo_DataType> for SkYUVAPixmapInfo_DataType
impl PartialEq<SkYUVAPixmapInfo_DataType> for SkYUVAPixmapInfo_DataType
source§fn eq(&self, other: &SkYUVAPixmapInfo_DataType) -> bool
fn eq(&self, other: &SkYUVAPixmapInfo_DataType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkYUVAPixmapInfo_DataType
impl Eq for SkYUVAPixmapInfo_DataType
impl StructuralEq for SkYUVAPixmapInfo_DataType
impl StructuralPartialEq for SkYUVAPixmapInfo_DataType
Auto Trait Implementations§
impl RefUnwindSafe for SkYUVAPixmapInfo_DataType
impl Send for SkYUVAPixmapInfo_DataType
impl Sync for SkYUVAPixmapInfo_DataType
impl Unpin for SkYUVAPixmapInfo_DataType
impl UnwindSafe for SkYUVAPixmapInfo_DataType
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