Struct skia_bindings::GrCaps
source · #[repr(C)]pub struct GrCaps { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GrCaps
impl Send for GrCaps
impl Sync for GrCaps
impl Unpin for GrCaps
impl UnwindSafe for GrCaps
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