Struct skia_bindings::SkStreamMemory
source · #[repr(C)]#[repr(align(8))]pub struct SkStreamMemory {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Trait Implementations§
source§impl Clone for SkStreamMemory
impl Clone for SkStreamMemory
source§fn clone(&self) -> SkStreamMemory
fn clone(&self) -> SkStreamMemory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SkStreamMemory
impl Debug for SkStreamMemory
impl Copy for SkStreamMemory
Auto Trait Implementations§
impl RefUnwindSafe for SkStreamMemory
impl Send for SkStreamMemory
impl Sync for SkStreamMemory
impl Unpin for SkStreamMemory
impl UnwindSafe for SkStreamMemory
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