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