[][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) -> std_unique_ptr[src]

pub unsafe fn skip(&mut self, size: usize) -> usize[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 readU8(&mut self, i: *mut u8) -> bool[src]

pub unsafe fn readU16(&mut self, i: *mut u16) -> bool[src]

pub unsafe fn readU32(&mut self, i: *mut u32) -> bool[src]

pub unsafe fn readBool(&mut self, b: *mut bool) -> bool[src]

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

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

pub unsafe fn duplicate(&self) -> std_unique_ptr[src]

pub unsafe fn fork(&self) -> std_unique_ptr[src]

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

Trait Implementations

impl Debug for SkStream[src]

Auto Trait Implementations

impl !Sync for SkStream

impl !Send for SkStream

impl Unpin for SkStream

impl RefUnwindSafe for SkStream

impl UnwindSafe for SkStream

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]