Enum taffy::axis::AbsoluteAxis
source · pub enum AbsoluteAxis {
Horizontal,
Vertical,
}
Expand description
The simple absolute horizontal and vertical axis
Variants§
Implementations§
source§impl AbsoluteAxis
impl AbsoluteAxis
sourcepub const fn other_axis(&self) -> Self
pub const fn other_axis(&self) -> Self
Returns the other variant of the enum
Trait Implementations§
source§impl Clone for AbsoluteAxis
impl Clone for AbsoluteAxis
source§fn clone(&self) -> AbsoluteAxis
fn clone(&self) -> AbsoluteAxis
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 AbsoluteAxis
impl Debug for AbsoluteAxis
source§impl PartialEq for AbsoluteAxis
impl PartialEq for AbsoluteAxis
source§fn eq(&self, other: &AbsoluteAxis) -> bool
fn eq(&self, other: &AbsoluteAxis) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AbsoluteAxis
impl Eq for AbsoluteAxis
impl StructuralEq for AbsoluteAxis
impl StructuralPartialEq for AbsoluteAxis
Auto Trait Implementations§
impl RefUnwindSafe for AbsoluteAxis
impl Send for AbsoluteAxis
impl Sync for AbsoluteAxis
impl Unpin for AbsoluteAxis
impl UnwindSafe for AbsoluteAxis
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