Enum DataType
#[repr(i32)]pub enum DataType {
Unorm8 = 0,
Unorm16 = 1,
Float16 = 2,
Unorm10_Unorm2 = 3,
}
Expand description
Data type for Y, U, V, and possibly A channels independent of how values are packed into planes.
Variants§
Implementations§
§impl SkYUVAPixmapInfo_DataType
impl SkYUVAPixmapInfo_DataType
pub const Last: SkYUVAPixmapInfo_DataType = SkYUVAPixmapInfo_DataType::Unorm10_Unorm2
Trait Implementations§
§impl Clone for SkYUVAPixmapInfo_DataType
impl Clone for SkYUVAPixmapInfo_DataType
§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 more§impl Debug for SkYUVAPixmapInfo_DataType
impl Debug for SkYUVAPixmapInfo_DataType
§impl Hash for SkYUVAPixmapInfo_DataType
impl Hash for SkYUVAPixmapInfo_DataType
§impl PartialEq for SkYUVAPixmapInfo_DataType
impl PartialEq for SkYUVAPixmapInfo_DataType
impl Copy for SkYUVAPixmapInfo_DataType
impl Eq for SkYUVAPixmapInfo_DataType
impl StructuralPartialEq for SkYUVAPixmapInfo_DataType
Auto Trait Implementations§
impl Freeze for SkYUVAPixmapInfo_DataType
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