#[repr(C)]pub enum GridAlign {
Start = 0,
Center = 1,
End = 2,
Stretch = 3,
SpaceEvenly = 4,
SpaceAround = 5,
SpaceBetween = 6,
}Variants§
Trait Implementations§
impl Copy for GridAlign
impl Eq for GridAlign
impl StructuralPartialEq for GridAlign
Auto Trait Implementations§
impl Freeze for GridAlign
impl RefUnwindSafe for GridAlign
impl Send for GridAlign
impl Sync for GridAlign
impl Unpin for GridAlign
impl UnwindSafe for GridAlign
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