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