Struct skia_bindings::SkImageGenerator_Options 
source · #[repr(C)]pub struct SkImageGenerator_Options {
    pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for SkImageGenerator_Options
 
impl Clone for SkImageGenerator_Options
source§fn clone(&self) -> SkImageGenerator_Options
 
fn clone(&self) -> SkImageGenerator_Options
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 SkImageGenerator_Options
 
impl Debug for SkImageGenerator_Options
impl Copy for SkImageGenerator_Options
Auto Trait Implementations§
impl RefUnwindSafe for SkImageGenerator_Options
impl Send for SkImageGenerator_Options
impl Sync for SkImageGenerator_Options
impl Unpin for SkImageGenerator_Options
impl UnwindSafe for SkImageGenerator_Options
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