Enum skia_safe::utils::parse_path::PathEncoding
source · #[repr(i32)]pub enum PathEncoding {
Absolute,
Relative,
}
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 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 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<SkParsePath_PathEncoding> for SkParsePath_PathEncoding
impl PartialEq<SkParsePath_PathEncoding> for SkParsePath_PathEncoding
source§fn eq(&self, other: &SkParsePath_PathEncoding) -> bool
fn eq(&self, other: &SkParsePath_PathEncoding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkParsePath_PathEncoding
impl Eq for SkParsePath_PathEncoding
impl StructuralEq for SkParsePath_PathEncoding
impl StructuralPartialEq for SkParsePath_PathEncoding
Auto Trait Implementations§
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