Struct skia_bindings::SkRefCntBase
source · #[repr(C)]pub struct SkRefCntBase {
pub vtable_: *const SkRefCntBase__bindgen_vtable,
pub fRefCnt: u32,
}
Fields§
§vtable_: *const SkRefCntBase__bindgen_vtable
§fRefCnt: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkRefCntBase
impl !Send for SkRefCntBase
impl !Sync for SkRefCntBase
impl Unpin for SkRefCntBase
impl UnwindSafe for SkRefCntBase
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