#[repr(i32)]pub enum PathEncoding {
Absolute = 0,
Relative = 1,
}Variants§
Trait Implementations§
Source§impl Clone for SkParsePath_PathEncoding
impl Clone for SkParsePath_PathEncoding
Source§fn clone(&self) -> SkParsePath_PathEncoding
fn clone(&self) -> SkParsePath_PathEncoding
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 SkParsePath_PathEncoding
impl Debug for SkParsePath_PathEncoding
Source§impl Default for SkParsePath_PathEncoding
impl Default for SkParsePath_PathEncoding
Source§fn default() -> SkParsePath_PathEncoding
fn default() -> SkParsePath_PathEncoding
Returns the “default value” for a type. Read more
Source§impl Hash for SkParsePath_PathEncoding
impl Hash for SkParsePath_PathEncoding
Source§impl PartialEq for SkParsePath_PathEncoding
impl PartialEq for SkParsePath_PathEncoding
Source§fn eq(&self, other: &SkParsePath_PathEncoding) -> bool
fn eq(&self, other: &SkParsePath_PathEncoding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SkParsePath_PathEncoding
impl Eq for SkParsePath_PathEncoding
impl StructuralPartialEq for SkParsePath_PathEncoding
Auto Trait Implementations§
impl Freeze for SkParsePath_PathEncoding
impl RefUnwindSafe for SkParsePath_PathEncoding
impl Send for SkParsePath_PathEncoding
impl Sync for SkParsePath_PathEncoding
impl Unpin for SkParsePath_PathEncoding
impl UnsafeUnpin for SkParsePath_PathEncoding
impl UnwindSafe for SkParsePath_PathEncoding
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