Struct skia_bindings::SkWStream
source · #[repr(C)]#[repr(align(8))]pub struct SkWStream {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Implementations§
source§impl SkWStream
impl SkWStream
pub unsafe fn writeDecAsText(&mut self, arg1: i32) -> bool
pub unsafe fn writeBigDecAsText(&mut self, arg1: i64, minDigits: c_int) -> bool
pub unsafe fn writeHexAsText(&mut self, arg1: u32, minDigits: c_int) -> bool
pub unsafe fn writeScalarAsText(&mut self, arg1: SkScalar) -> bool
pub unsafe fn writeScalar(&mut self, arg1: SkScalar) -> bool
pub unsafe fn writePackedUInt(&mut self, arg1: usize) -> bool
pub unsafe fn writeStream( &mut self, input: *mut SkStream, length: usize ) -> bool
pub unsafe fn SizeOfPackedUInt(value: usize) -> c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SkWStream
impl Send for SkWStream
impl Sync for SkWStream
impl Unpin for SkWStream
impl UnwindSafe for SkWStream
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more