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