Struct skia_bindings::GrGLExtensions
source · #[repr(C)]pub struct GrGLExtensions {
pub fInitialized: bool,
pub fStrings: [u64; 2],
}
Fields§
§fInitialized: bool
§fStrings: [u64; 2]
Implementations§
source§impl GrGLExtensions
impl GrGLExtensions
pub unsafe fn init( &mut self, standard: GrGLStandard, getString: [u64; 5], getStringi: [u64; 5], getIntegerv: [u64; 5], queryString: [u64; 5], eglDisplay: GrEGLDisplay ) -> bool
pub unsafe fn has(&self, arg1: *const c_char) -> bool
pub unsafe fn remove(&mut self, arg1: *const c_char) -> bool
pub unsafe fn add(&mut self, arg1: *const c_char)
pub unsafe fn dumpJSON(&self, arg1: *mut SkJSONWriter)
pub unsafe fn new(arg1: *const GrGLExtensions) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GrGLExtensions
impl Send for GrGLExtensions
impl Sync for GrGLExtensions
impl Unpin for GrGLExtensions
impl UnwindSafe for GrGLExtensions
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