#[repr(C)]pub enum TextAlignVerticalMessage {
Top,
Center,
Bottom,
}Variants§
Trait Implementations§
source§impl Default for TextAlignVerticalMessage
impl Default for TextAlignVerticalMessage
source§fn default() -> TextAlignVerticalMessage
fn default() -> TextAlignVerticalMessage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TextAlignVerticalMessage
impl Send for TextAlignVerticalMessage
impl Sync for TextAlignVerticalMessage
impl Unpin for TextAlignVerticalMessage
impl UnwindSafe for TextAlignVerticalMessage
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