#[repr(i32)]pub enum SkSVGSpreadMethod_Type {
Pad = 0,
Repeat = 1,
Reflect = 2,
}Variants§
Trait Implementations§
Source§impl Clone for SkSVGSpreadMethod_Type
impl Clone for SkSVGSpreadMethod_Type
Source§fn clone(&self) -> SkSVGSpreadMethod_Type
fn clone(&self) -> SkSVGSpreadMethod_Type
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_Type
impl Debug for SkSVGSpreadMethod_Type
Source§impl Hash for SkSVGSpreadMethod_Type
impl Hash for SkSVGSpreadMethod_Type
Source§impl PartialEq for SkSVGSpreadMethod_Type
impl PartialEq for SkSVGSpreadMethod_Type
Source§fn eq(&self, other: &SkSVGSpreadMethod_Type) -> bool
fn eq(&self, other: &SkSVGSpreadMethod_Type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkSVGSpreadMethod_Type
impl Eq for SkSVGSpreadMethod_Type
impl StructuralPartialEq for SkSVGSpreadMethod_Type
Auto Trait Implementations§
impl Freeze for SkSVGSpreadMethod_Type
impl RefUnwindSafe for SkSVGSpreadMethod_Type
impl Send for SkSVGSpreadMethod_Type
impl Sync for SkSVGSpreadMethod_Type
impl Unpin for SkSVGSpreadMethod_Type
impl UnsafeUnpin for SkSVGSpreadMethod_Type
impl UnwindSafe for SkSVGSpreadMethod_Type
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