#[repr(C)]pub struct SkYUVAPixmapInfo_SupportedDataTypes {
pub fDataTypeSupport: u64,
}
Fields§
§fDataTypeSupport: u64
Implementations§
source§impl SkYUVAPixmapInfo_SupportedDataTypes
impl SkYUVAPixmapInfo_SupportedDataTypes
pub unsafe fn enableDataType( &mut self, arg1: SkYUVAPixmapInfo_DataType, numChannels: c_int )
pub unsafe fn new(arg1: *const GrImageContext) -> Self
Trait Implementations§
source§impl Clone for SkYUVAPixmapInfo_SupportedDataTypes
impl Clone for SkYUVAPixmapInfo_SupportedDataTypes
source§fn clone(&self) -> SkYUVAPixmapInfo_SupportedDataTypes
fn clone(&self) -> SkYUVAPixmapInfo_SupportedDataTypes
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 moreimpl Copy for SkYUVAPixmapInfo_SupportedDataTypes
Auto Trait Implementations§
impl RefUnwindSafe for SkYUVAPixmapInfo_SupportedDataTypes
impl Send for SkYUVAPixmapInfo_SupportedDataTypes
impl Sync for SkYUVAPixmapInfo_SupportedDataTypes
impl Unpin for SkYUVAPixmapInfo_SupportedDataTypes
impl UnwindSafe for SkYUVAPixmapInfo_SupportedDataTypes
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