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