[][src]Struct skia_bindings::GrGLExtensions

#[repr(C)]
pub struct GrGLExtensions {
    pub fInitialized: bool,
    pub fStrings: [u64; 3],
}

Fields

fInitialized: boolfStrings: [u64; 3]

Methods

impl GrGLExtensions[src]

pub unsafe fn swap(&mut self, that: *mut GrGLExtensions)[src]

pub unsafe fn init(
    &mut self,
    standard: GrGLStandard,
    getString: [u64; 5],
    getStringi: [u64; 5],
    getIntegerv: [u64; 5],
    queryString: [u64; 5],
    eglDisplay: GrEGLDisplay
) -> bool
[src]

pub unsafe fn isInitialized(&self) -> bool[src]

pub unsafe fn has(&self, arg1: *const c_char) -> bool[src]

pub unsafe fn remove(&mut self, arg1: *const c_char) -> bool[src]

pub unsafe fn add(&mut self, arg1: *const c_char)[src]

pub unsafe fn reset(&mut self)[src]

pub unsafe fn dumpJSON(&self, arg1: *mut SkJSONWriter)[src]

pub unsafe fn new() -> Self[src]

pub unsafe fn new1(arg1: *const GrGLExtensions) -> Self[src]

Trait Implementations

impl Debug for GrGLExtensions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]