[−][src]Struct skia_bindings::SkWStream
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]
&mut self,
input: *mut SkStream,
length: usize
) -> bool
pub unsafe fn SizeOfPackedUInt(value: usize) -> c_int
[src]
Auto Trait Implementations
impl Unpin for SkWStream
impl !Sync for SkWStream
impl !Send for SkWStream
impl UnwindSafe for SkWStream
impl RefUnwindSafe for SkWStream
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,