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