#[repr(C)]pub struct SkSVGSpreadMethod {
pub fType: SkSVGSpreadMethod_Type,
}Fields§
§fType: SkSVGSpreadMethod_TypeTrait Implementations§
Source§impl Clone for SkSVGSpreadMethod
impl Clone for SkSVGSpreadMethod
Source§fn clone(&self) -> SkSVGSpreadMethod
fn clone(&self) -> SkSVGSpreadMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SkSVGSpreadMethod
impl Debug for SkSVGSpreadMethod
impl Copy for SkSVGSpreadMethod
Auto Trait Implementations§
impl Freeze for SkSVGSpreadMethod
impl RefUnwindSafe for SkSVGSpreadMethod
impl Send for SkSVGSpreadMethod
impl Sync for SkSVGSpreadMethod
impl Unpin for SkSVGSpreadMethod
impl UnsafeUnpin for SkSVGSpreadMethod
impl UnwindSafe for SkSVGSpreadMethod
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