Enum PathEncoding
#[repr(i32)]pub enum PathEncoding {
Absolute = 0,
Relative = 1,
}
Variants§
Trait Implementations§
§impl Clone for SkParsePath_PathEncoding
impl Clone for SkParsePath_PathEncoding
§fn clone(&self) -> SkParsePath_PathEncoding
fn clone(&self) -> SkParsePath_PathEncoding
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 more§impl Debug for SkParsePath_PathEncoding
impl Debug for SkParsePath_PathEncoding
§impl Default for SkParsePath_PathEncoding
impl Default for SkParsePath_PathEncoding
§fn default() -> SkParsePath_PathEncoding
fn default() -> SkParsePath_PathEncoding
Returns the “default value” for a type. Read more
§impl Hash for SkParsePath_PathEncoding
impl Hash for SkParsePath_PathEncoding
§impl PartialEq for SkParsePath_PathEncoding
impl PartialEq for SkParsePath_PathEncoding
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 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