#[repr(i32)]pub enum FlexType {
Column = 0,
Row = 1,
}
Expand description
Defines Flex types
Variants§
Trait Implementations§
Source§impl WidgetType for FlexType
impl WidgetType for FlexType
impl Copy for FlexType
impl Eq for FlexType
impl StructuralPartialEq for FlexType
Auto Trait Implementations§
impl Freeze for FlexType
impl RefUnwindSafe for FlexType
impl Send for FlexType
impl Sync for FlexType
impl Unpin for FlexType
impl UnwindSafe for FlexType
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