#[repr(u8)]pub enum LayoutAlignmentY {
Top = 0,
Center = 2,
Bottom = 1,
}
Expand description
Represents vertical alignment options for layout elements.
Variants§
Trait Implementations§
Source§impl Clone for LayoutAlignmentY
impl Clone for LayoutAlignmentY
Source§fn clone(&self) -> LayoutAlignmentY
fn clone(&self) -> LayoutAlignmentY
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 LayoutAlignmentY
impl Debug for LayoutAlignmentY
impl Copy for LayoutAlignmentY
Auto Trait Implementations§
impl Freeze for LayoutAlignmentY
impl RefUnwindSafe for LayoutAlignmentY
impl Send for LayoutAlignmentY
impl Sync for LayoutAlignmentY
impl Unpin for LayoutAlignmentY
impl UnwindSafe for LayoutAlignmentY
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