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