pub enum VerticalAlignmentValues {
Bottom,
Center,
Distributed,
Justify,
Top,
}Variants§
Trait Implementations§
source§impl Clone for VerticalAlignmentValues
impl Clone for VerticalAlignmentValues
source§fn clone(&self) -> VerticalAlignmentValues
fn clone(&self) -> VerticalAlignmentValues
Returns a copy 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 VerticalAlignmentValues
impl Debug for VerticalAlignmentValues
source§impl Default for VerticalAlignmentValues
impl Default for VerticalAlignmentValues
source§impl EnumTrait for VerticalAlignmentValues
impl EnumTrait for VerticalAlignmentValues
fn get_value_string(&self) -> &str
source§impl FromStr for VerticalAlignmentValues
impl FromStr for VerticalAlignmentValues
source§impl Ord for VerticalAlignmentValues
impl Ord for VerticalAlignmentValues
source§fn cmp(&self, other: &VerticalAlignmentValues) -> Ordering
fn cmp(&self, other: &VerticalAlignmentValues) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for VerticalAlignmentValues
impl PartialEq for VerticalAlignmentValues
source§fn eq(&self, other: &VerticalAlignmentValues) -> bool
fn eq(&self, other: &VerticalAlignmentValues) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for VerticalAlignmentValues
impl PartialOrd for VerticalAlignmentValues
source§fn partial_cmp(&self, other: &VerticalAlignmentValues) -> Option<Ordering>
fn partial_cmp(&self, other: &VerticalAlignmentValues) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for VerticalAlignmentValues
impl StructuralPartialEq for VerticalAlignmentValues
Auto Trait Implementations§
impl RefUnwindSafe for VerticalAlignmentValues
impl Send for VerticalAlignmentValues
impl Sync for VerticalAlignmentValues
impl Unpin for VerticalAlignmentValues
impl UnwindSafe for VerticalAlignmentValues
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().