Enum frui::prelude::CrossAxisSize
source · [−]pub enum CrossAxisSize {
Min,
Max,
}Variants
Min
Max
Trait Implementations
sourceimpl Clone for CrossAxisSize
impl Clone for CrossAxisSize
sourcefn clone(&self) -> CrossAxisSize
fn clone(&self) -> CrossAxisSize
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 moresourceimpl Debug for CrossAxisSize
impl Debug for CrossAxisSize
sourceimpl Default for CrossAxisSize
impl Default for CrossAxisSize
sourcefn default() -> CrossAxisSize
fn default() -> CrossAxisSize
Returns the “default value” for a type. Read more
impl Copy for CrossAxisSize
Auto Trait Implementations
impl Immutable for CrossAxisSize
impl RefUnwindSafe for CrossAxisSize
impl Send for CrossAxisSize
impl Sync for CrossAxisSize
impl Unpin for CrossAxisSize
impl UnwindSafe for CrossAxisSize
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