[][src]Struct skia_bindings::SkWStream

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

Fields

vtable_: *const SkWStream__bindgen_vtable

Methods

impl SkWStream[src]

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

pub unsafe fn writeBigDecAsText(&mut self, arg1: i64, minDigits: c_int) -> bool[src]

pub unsafe fn writeHexAsText(&mut self, arg1: u32, minDigits: c_int) -> bool[src]

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

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

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

pub unsafe fn writeStream(
    &mut self,
    input: *mut SkStream,
    length: usize
) -> bool
[src]

pub unsafe fn SizeOfPackedUInt(value: usize) -> c_int[src]

Auto Trait Implementations

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]