Struct skia_bindings::SkOnce
source · #[repr(C)]pub struct SkOnce {
pub fState: u8,
}
Fields§
§fState: u8
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkOnce
impl Send for SkOnce
impl Sync for SkOnce
impl Unpin for SkOnce
impl UnwindSafe for SkOnce
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