[][src]Struct skia_bindings::GrImageContext

#[repr(C)]
pub struct GrImageContext {
    pub _base: GrContext_Base,
    pub fProxyProvider: std_unique_ptr,
    pub fAbandoned: bool,
    pub fSingleOwner: GrSingleOwner,
}

Fields

_base: GrContext_BasefProxyProvider: std_unique_ptrfAbandoned: boolfSingleOwner: GrSingleOwner

Methods

impl GrImageContext[src]

pub unsafe fn priv_(&mut self) -> GrImageContextPriv[src]

pub unsafe fn priv1(&self) -> GrImageContextPriv[src]

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

pub unsafe fn proxyProvider(&mut self) -> *mut GrProxyProvider[src]

pub unsafe fn proxyProvider1(&self) -> *const GrProxyProvider[src]

pub unsafe fn singleOwner(&self) -> *mut GrSingleOwner[src]

pub unsafe fn new(
    arg1: GrBackendApi,
    arg2: *const GrContextOptions,
    contextID: u32
) -> Self
[src]

Trait Implementations

impl Debug for GrImageContext[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]