[][src]Struct skia_bindings::GrAuditTrail_Op

#[repr(C)]
pub struct GrAuditTrail_Op {
    pub fName: SkString,
    pub fStackTrace: [u64; 3],
    pub fBounds: SkRect,
    pub fClientID: c_int,
    pub fOpListID: c_int,
    pub fChildID: c_int,
}

Fields

fName: SkStringfStackTrace: [u64; 3]fBounds: SkRectfClientID: c_intfOpListID: c_intfChildID: c_int

Methods

impl GrAuditTrail_Op[src]

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

Trait Implementations

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