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