Struct skia_bindings::SkScalerContextRec
source · #[repr(C)]pub struct SkScalerContextRec { /* private fields */ }
Trait Implementations§
source§impl Clone for SkScalerContextRec
impl Clone for SkScalerContextRec
source§fn clone(&self) -> SkScalerContextRec
fn clone(&self) -> SkScalerContextRec
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 SkScalerContextRec
impl Debug for SkScalerContextRec
impl Copy for SkScalerContextRec
Auto Trait Implementations§
impl RefUnwindSafe for SkScalerContextRec
impl Send for SkScalerContextRec
impl Sync for SkScalerContextRec
impl Unpin for SkScalerContextRec
impl UnwindSafe for SkScalerContextRec
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