Enum freya_engine::prelude::PathAddPathMode
source · #[repr(i32)]pub enum PathAddPathMode {
Append,
Extend,
}
Variants§
Trait Implementations§
source§impl Clone for PathAddPathMode
impl Clone for PathAddPathMode
source§fn clone(&self) -> PathAddPathMode
fn clone(&self) -> PathAddPathMode
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 PathAddPathMode
impl Debug for PathAddPathMode
source§impl Hash for PathAddPathMode
impl Hash for PathAddPathMode
source§impl PartialEq<PathAddPathMode> for PathAddPathMode
impl PartialEq<PathAddPathMode> for PathAddPathMode
source§fn eq(&self, other: &PathAddPathMode) -> bool
fn eq(&self, other: &PathAddPathMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PathAddPathMode
impl Eq for PathAddPathMode
impl StructuralEq for PathAddPathMode
impl StructuralPartialEq for PathAddPathMode
Auto Trait Implementations§
impl RefUnwindSafe for PathAddPathMode
impl Send for PathAddPathMode
impl Sync for PathAddPathMode
impl Unpin for PathAddPathMode
impl UnwindSafe for PathAddPathMode
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