[][src]Struct skia_bindings::GrAuditTrail

#[repr(C)]
pub struct GrAuditTrail {
    pub fOpPool: GrAuditTrail_OpPool,
    pub fIDLookup: SkTHashMap,
    pub fClientIDLookup: SkTHashMap,
    pub fOpList: GrAuditTrail_OpList,
    pub fCurrentStackTrace: [u64; 3],
    pub fClientID: c_int,
    pub fEnabled: bool,
}

Fields

fOpPool: GrAuditTrail_OpPoolfIDLookup: SkTHashMapfClientIDLookup: SkTHashMapfOpList: GrAuditTrail_OpListfCurrentStackTrace: [u64; 3]fClientID: c_intfEnabled: bool

Methods

impl GrAuditTrail[src]

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

pub unsafe fn addOp(
    &mut self,
    arg1: *const GrOp,
    proxyID: GrSurfaceProxy_UniqueID
)
[src]

pub unsafe fn opsCombined(
    &mut self,
    consumer: *const GrOp,
    consumed: *const GrOp
)
[src]

pub unsafe fn toJson(&self, writer: *mut SkJSONWriter)[src]

pub unsafe fn toJson1(&self, writer: *mut SkJSONWriter, clientID: c_int)[src]

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

pub unsafe fn setEnabled(&mut self, enabled: bool)[src]

pub unsafe fn setClientID(&mut self, clientID: c_int)[src]

pub unsafe fn getBoundsByClientID(&mut self, outInfo: *mut u8, clientID: c_int)[src]

pub unsafe fn getBoundsByOpListID(
    &mut self,
    outInfo: *mut GrAuditTrail_OpInfo,
    opListID: c_int
)
[src]

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

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

Trait Implementations

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