pub enum LayoutDir {
Vertical,
Horizontal,
}Expand description
Estado para Layout - v0.5.2
Variants§
Trait Implementations§
impl Copy for LayoutDir
impl StructuralPartialEq for LayoutDir
Auto Trait Implementations§
impl Freeze for LayoutDir
impl RefUnwindSafe for LayoutDir
impl Send for LayoutDir
impl Sync for LayoutDir
impl Unpin for LayoutDir
impl UnsafeUnpin for LayoutDir
impl UnwindSafe for LayoutDir
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