Enum tiny_skia::path64::point64::SearchAxis
source · pub enum SearchAxis {
X,
Y,
}
Variants§
Trait Implementations§
source§impl Clone for SearchAxis
impl Clone for SearchAxis
source§fn clone(&self) -> SearchAxis
fn clone(&self) -> SearchAxis
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 SearchAxis
impl Debug for SearchAxis
source§impl PartialEq for SearchAxis
impl PartialEq for SearchAxis
impl Copy for SearchAxis
impl StructuralPartialEq for SearchAxis
Auto Trait Implementations§
impl Freeze for SearchAxis
impl RefUnwindSafe for SearchAxis
impl Send for SearchAxis
impl Sync for SearchAxis
impl Unpin for SearchAxis
impl UnwindSafe for SearchAxis
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)