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