#[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 (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 LabelVAlign
Source§impl Debug for LabelVAlign
impl Debug for LabelVAlign
impl Eq for LabelVAlign
Source§impl Hash for LabelVAlign
impl Hash for LabelVAlign
Source§impl PartialEq for LabelVAlign
impl PartialEq for LabelVAlign
Source§fn eq(&self, other: &LabelVAlign) -> bool
fn eq(&self, other: &LabelVAlign) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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