Struct skia_bindings::GrColorFormatDesc 
source · #[repr(C)]pub struct GrColorFormatDesc {
    pub fRBits: c_int,
    pub fGBits: c_int,
    pub fBBits: c_int,
    pub fABits: c_int,
    pub fGrayBits: c_int,
    pub fEncoding: GrColorTypeEncoding,
}Fields§
§fRBits: c_int§fGBits: c_int§fBBits: c_int§fABits: c_int§fGrayBits: c_int§fEncoding: GrColorTypeEncodingTrait Implementations§
source§impl Clone for GrColorFormatDesc
 
impl Clone for GrColorFormatDesc
source§fn clone(&self) -> GrColorFormatDesc
 
fn clone(&self) -> GrColorFormatDesc
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 GrColorFormatDesc
 
impl Debug for GrColorFormatDesc
impl Copy for GrColorFormatDesc
Auto Trait Implementations§
impl RefUnwindSafe for GrColorFormatDesc
impl Send for GrColorFormatDesc
impl Sync for GrColorFormatDesc
impl Unpin for GrColorFormatDesc
impl UnwindSafe for GrColorFormatDesc
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