[][src]Struct skia_bindings::SkStream

#[repr(C)]
pub struct SkStream {
    pub vtable_: *const SkStream__bindgen_vtable,
}

Fields

vtable_: *const SkStream__bindgen_vtable

Methods

impl SkStream[src]

pub unsafe fn MakeFromFile(path: *const c_char) -> u64[src]

pub unsafe fn readS8(&mut self, arg1: *mut i8) -> bool[src]

pub unsafe fn readS16(&mut self, arg1: *mut i16) -> bool[src]

pub unsafe fn readS32(&mut self, arg1: *mut i32) -> bool[src]

pub unsafe fn readScalar(&mut self, arg1: *mut SkScalar) -> bool[src]

pub unsafe fn readPackedUInt(&mut self, arg1: *mut usize) -> bool[src]

Auto Trait Implementations

impl !Send for SkStream

impl Unpin for SkStream

impl !Sync for SkStream

impl RefUnwindSafe for SkStream

impl UnwindSafe for SkStream

Blanket Implementations

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

impl<T> From<T> for 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]