pub enum FlexLayoutAction {
MeasureWidth = 1,
MeasureHeight = 2,
Layout = 3,
}Variants§
Trait Implementations§
Source§impl Clone for FlexLayoutAction
impl Clone for FlexLayoutAction
Source§fn clone(&self) -> FlexLayoutAction
fn clone(&self) -> FlexLayoutAction
Returns a duplicate 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 FlexLayoutAction
impl Debug for FlexLayoutAction
Source§impl PartialEq for FlexLayoutAction
impl PartialEq for FlexLayoutAction
impl Copy for FlexLayoutAction
impl Eq for FlexLayoutAction
impl StructuralPartialEq for FlexLayoutAction
Auto Trait Implementations§
impl Freeze for FlexLayoutAction
impl RefUnwindSafe for FlexLayoutAction
impl Send for FlexLayoutAction
impl Sync for FlexLayoutAction
impl Unpin for FlexLayoutAction
impl UnwindSafe for FlexLayoutAction
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