Enum pax_std::core::text::TextAlignVertical
source · pub enum TextAlignVertical {
Top,
Center,
Bottom,
}Variants§
Trait Implementations§
source§impl Clone for TextAlignVertical
impl Clone for TextAlignVertical
source§fn clone(&self) -> TextAlignVertical
fn clone(&self) -> TextAlignVertical
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 CoercionRules for TextAlignVertical
impl CoercionRules for TextAlignVertical
source§impl Debug for TextAlignVertical
impl Debug for TextAlignVertical
source§impl Default for TextAlignVertical
impl Default for TextAlignVertical
source§fn default() -> TextAlignVertical
fn default() -> TextAlignVertical
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TextAlignVertical
impl<'de> Deserialize<'de> for TextAlignVertical
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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 Serialize for TextAlignVertical
impl Serialize for TextAlignVertical
source§impl ToPaxValue for TextAlignVertical
impl ToPaxValue for TextAlignVertical
fn to_pax_value(self) -> PaxValue
impl ImplToFromPaxAny for TextAlignVertical
Auto Trait Implementations§
impl Freeze for TextAlignVertical
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> 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)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.