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