Struct skia_bindings::SkStreamAsset
source · #[repr(C)]#[repr(align(8))]pub struct SkStreamAsset {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Trait Implementations§
source§impl Clone for SkStreamAsset
impl Clone for SkStreamAsset
source§fn clone(&self) -> SkStreamAsset
fn clone(&self) -> SkStreamAsset
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 SkStreamAsset
impl Debug for SkStreamAsset
impl Copy for SkStreamAsset
Auto Trait Implementations§
impl RefUnwindSafe for SkStreamAsset
impl Send for SkStreamAsset
impl Sync for SkStreamAsset
impl Unpin for SkStreamAsset
impl UnwindSafe for SkStreamAsset
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