#[repr(u32)]pub enum LabelVAlign {
Top = 0,
Center = 1,
Bottom = 2,
Fill = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LabelVAlign
impl Clone for LabelVAlign
Source§fn clone(&self) -> LabelVAlign
fn clone(&self) -> LabelVAlign
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 LabelVAlign
impl Debug for LabelVAlign
Source§impl Hash for LabelVAlign
impl Hash for LabelVAlign
Source§impl PartialEq for LabelVAlign
impl PartialEq for LabelVAlign
impl Copy for LabelVAlign
impl Eq for LabelVAlign
impl StructuralPartialEq for LabelVAlign
Auto Trait Implementations§
impl Freeze for LabelVAlign
impl RefUnwindSafe for LabelVAlign
impl Send for LabelVAlign
impl Sync for LabelVAlign
impl Unpin for LabelVAlign
impl UnwindSafe for LabelVAlign
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