pub enum StyleTextAlignmentVert {
Top,
Center,
Bottom,
}
Expand description
Vertical text alignment enum (top, center, bottom) - default: Center
Variants§
Trait Implementations§
Source§impl Clone for StyleTextAlignmentVert
impl Clone for StyleTextAlignmentVert
Source§fn clone(&self) -> StyleTextAlignmentVert
fn clone(&self) -> StyleTextAlignmentVert
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 StyleTextAlignmentVert
impl Debug for StyleTextAlignmentVert
Source§impl Default for StyleTextAlignmentVert
impl Default for StyleTextAlignmentVert
Source§impl Hash for StyleTextAlignmentVert
impl Hash for StyleTextAlignmentVert
Source§impl Ord for StyleTextAlignmentVert
impl Ord for StyleTextAlignmentVert
Source§fn cmp(&self, other: &StyleTextAlignmentVert) -> Ordering
fn cmp(&self, other: &StyleTextAlignmentVert) -> 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 StyleTextAlignmentVert
impl PartialEq for StyleTextAlignmentVert
Source§impl PartialOrd for StyleTextAlignmentVert
impl PartialOrd for StyleTextAlignmentVert
impl Copy for StyleTextAlignmentVert
impl Eq for StyleTextAlignmentVert
impl StructuralPartialEq for StyleTextAlignmentVert
Auto Trait Implementations§
impl Freeze for StyleTextAlignmentVert
impl RefUnwindSafe for StyleTextAlignmentVert
impl Send for StyleTextAlignmentVert
impl Sync for StyleTextAlignmentVert
impl Unpin for StyleTextAlignmentVert
impl UnwindSafe for StyleTextAlignmentVert
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)