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