pub enum HorizontalAlignmentValues {
Center,
CenterContinuous,
Distributed,
Fill,
General,
Justify,
Left,
Right,
}Variants§
Trait Implementations§
source§impl Clone for HorizontalAlignmentValues
impl Clone for HorizontalAlignmentValues
source§fn clone(&self) -> HorizontalAlignmentValues
fn clone(&self) -> HorizontalAlignmentValues
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 HorizontalAlignmentValues
impl Debug for HorizontalAlignmentValues
source§impl Default for HorizontalAlignmentValues
impl Default for HorizontalAlignmentValues
source§impl EnumTrait for HorizontalAlignmentValues
impl EnumTrait for HorizontalAlignmentValues
fn get_value_string(&self) -> &str
source§impl FromStr for HorizontalAlignmentValues
impl FromStr for HorizontalAlignmentValues
source§impl Ord for HorizontalAlignmentValues
impl Ord for HorizontalAlignmentValues
source§fn cmp(&self, other: &HorizontalAlignmentValues) -> Ordering
fn cmp(&self, other: &HorizontalAlignmentValues) -> 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 HorizontalAlignmentValues
impl PartialEq for HorizontalAlignmentValues
source§fn eq(&self, other: &HorizontalAlignmentValues) -> bool
fn eq(&self, other: &HorizontalAlignmentValues) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for HorizontalAlignmentValues
impl PartialOrd for HorizontalAlignmentValues
source§fn partial_cmp(&self, other: &HorizontalAlignmentValues) -> Option<Ordering>
fn partial_cmp(&self, other: &HorizontalAlignmentValues) -> 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 HorizontalAlignmentValues
impl StructuralPartialEq for HorizontalAlignmentValues
Auto Trait Implementations§
impl RefUnwindSafe for HorizontalAlignmentValues
impl Send for HorizontalAlignmentValues
impl Sync for HorizontalAlignmentValues
impl Unpin for HorizontalAlignmentValues
impl UnwindSafe for HorizontalAlignmentValues
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().