Enum skia_bindings::GrContext_Base
source · pub enum GrContext_Base {}
Auto Trait Implementations§
impl RefUnwindSafe for GrContext_Base
impl Send for GrContext_Base
impl Sync for GrContext_Base
impl Unpin for GrContext_Base
impl UnwindSafe for GrContext_Base
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