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