pub enum StVerticalAlignment {
Top,
Center,
Bottom,
Justify,
Distributed,
}Expand description
18.18.88
Variants§
Trait Implementations§
Source§impl Clone for StVerticalAlignment
impl Clone for StVerticalAlignment
Source§fn clone(&self) -> StVerticalAlignment
fn clone(&self) -> StVerticalAlignment
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 moreSource§impl Debug for StVerticalAlignment
impl Debug for StVerticalAlignment
Source§impl Hash for StVerticalAlignment
impl Hash for StVerticalAlignment
Source§impl PartialEq for StVerticalAlignment
impl PartialEq for StVerticalAlignment
Source§fn eq(&self, other: &StVerticalAlignment) -> bool
fn eq(&self, other: &StVerticalAlignment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl XmlValue for StVerticalAlignment
impl XmlValue for StVerticalAlignment
impl Eq for StVerticalAlignment
impl StructuralPartialEq for StVerticalAlignment
Auto Trait Implementations§
impl Freeze for StVerticalAlignment
impl RefUnwindSafe for StVerticalAlignment
impl Send for StVerticalAlignment
impl Sync for StVerticalAlignment
impl Unpin for StVerticalAlignment
impl UnsafeUnpin for StVerticalAlignment
impl UnwindSafe for StVerticalAlignment
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