#[repr(u32)]pub enum LineEditAlign {
Left = 0,
Center = 1,
Right = 2,
Fill = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LineEditAlign
impl Clone for LineEditAlign
Source§fn clone(&self) -> LineEditAlign
fn clone(&self) -> LineEditAlign
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineEditAlign
Source§impl Debug for LineEditAlign
impl Debug for LineEditAlign
impl Eq for LineEditAlign
Source§impl Hash for LineEditAlign
impl Hash for LineEditAlign
Source§impl PartialEq for LineEditAlign
impl PartialEq for LineEditAlign
Source§fn eq(&self, other: &LineEditAlign) -> bool
fn eq(&self, other: &LineEditAlign) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineEditAlign
Auto Trait Implementations§
impl Freeze for LineEditAlign
impl RefUnwindSafe for LineEditAlign
impl Send for LineEditAlign
impl Sync for LineEditAlign
impl Unpin for LineEditAlign
impl UnsafeUnpin for LineEditAlign
impl UnwindSafe for LineEditAlign
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