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