#[repr(C)]pub struct GrDirectContext_DeleteCallbackHelper {
pub fContext: GrDirectContextDestroyedContext,
pub fProc: GrDirectContextDestroyedProc,
}Fields§
§fContext: GrDirectContextDestroyedContext§fProc: GrDirectContextDestroyedProcTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GrDirectContext_DeleteCallbackHelper
impl !Send for GrDirectContext_DeleteCallbackHelper
impl !Sync for GrDirectContext_DeleteCallbackHelper
impl Unpin for GrDirectContext_DeleteCallbackHelper
impl UnwindSafe for GrDirectContext_DeleteCallbackHelper
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