Struct skia_bindings::sk_sp
source · #[repr(C)]pub struct sk_sp<T> {
pub fPtr: *mut T,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}
Fields§
§fPtr: *mut T
§_phantom_0: PhantomData<UnsafeCell<T>>
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for sk_sp<T>
impl<T> !Send for sk_sp<T>
impl<T> !Sync for sk_sp<T>
impl<T> Unpin for sk_sp<T>where T: Unpin,
impl<T> UnwindSafe for sk_sp<T>where T: UnwindSafe + RefUnwindSafe,
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