Enum pax_std::types::StackerDirection
source · [−]pub enum StackerDirection {
Vertical,
Horizontal,
}Variants
Vertical
Horizontal
Trait Implementations
sourceimpl Clone for StackerDirection
impl Clone for StackerDirection
sourcefn clone(&self) -> StackerDirection
fn clone(&self) -> StackerDirection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for StackerDirection
impl Default for StackerDirection
sourceimpl Interpolatable for StackerDirection
impl Interpolatable for StackerDirection
fn interpolate(&self, other: &Self, t: f64) -> Self
Auto Trait Implementations
impl RefUnwindSafe for StackerDirection
impl Send for StackerDirection
impl Sync for StackerDirection
impl Unpin for StackerDirection
impl UnwindSafe for StackerDirection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
sourcefn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
sourceimpl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
sourcefn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.