Struct skia_bindings::GrGLInterface_Functions
source · #[repr(C)]#[repr(align(8))]pub struct GrGLInterface_Functions {
pub _bindgen_opaque_blob: [u64; 1030],
}
Fields§
§_bindgen_opaque_blob: [u64; 1030]
Auto Trait Implementations§
impl RefUnwindSafe for GrGLInterface_Functions
impl Send for GrGLInterface_Functions
impl Sync for GrGLInterface_Functions
impl Unpin for GrGLInterface_Functions
impl UnwindSafe for GrGLInterface_Functions
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