[][src]Struct skia_bindings::SkImageFilter_Common

#[repr(C)]
pub struct SkImageFilter_Common {
    pub fCropRect: SkImageFilter_CropRect,
    pub fInputs: [u64; 5],
}

Fields

fCropRect: SkImageFilter_CropRectfInputs: [u64; 5]

Methods

impl SkImageFilter_Common[src]

pub unsafe fn unflatten(
    &mut self,
    arg1: *mut SkReadBuffer,
    expectedInputs: c_int
) -> bool
[src]

pub unsafe fn cropRect(&self) -> *const SkImageFilter_CropRect[src]

pub unsafe fn inputCount(&self) -> c_int[src]

pub unsafe fn inputs(&mut self) -> *mut sk_sp<SkImageFilter>[src]

pub unsafe fn getInput(&mut self, index: c_int) -> sk_sp<SkImageFilter>[src]

Trait Implementations

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