Enum pax_std::types::text::TextAlignVertical
source · pub enum TextAlignVertical {
Top,
Center,
Bottom,
}Variants§
Trait Implementations§
source§impl Clone for TextAlignVertical
impl Clone for TextAlignVertical
source§impl Default for TextAlignVertical
impl Default for TextAlignVertical
source§impl Interpolatable for TextAlignVertical
impl Interpolatable for TextAlignVertical
fn interpolate(&self, _other: &Self, _t: f64) -> Self
source§impl Into<TextAlignVerticalMessage> for &TextAlignVertical
impl Into<TextAlignVerticalMessage> for &TextAlignVertical
source§fn into(self) -> TextAlignVerticalMessage
fn into(self) -> TextAlignVerticalMessage
Converts this type into the (usually inferred) input type.
source§impl PartialEq<TextAlignVerticalMessage> for TextAlignVertical
impl PartialEq<TextAlignVerticalMessage> for TextAlignVertical
source§fn eq(&self, other: &TextAlignVerticalMessage) -> bool
fn eq(&self, other: &TextAlignVerticalMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl RefUnwindSafe for TextAlignVertical
impl Send for TextAlignVertical
impl Sync for TextAlignVertical
impl Unpin for TextAlignVertical
impl UnwindSafe for TextAlignVertical
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, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.