#[repr(C)]pub enum TextAlignHorizontalMessage {
Left = 0,
Center = 1,
Right = 2,
}Variants§
Trait Implementations§
source§impl Clone for TextAlignHorizontalMessage
impl Clone for TextAlignHorizontalMessage
source§fn clone(&self) -> TextAlignHorizontalMessage
fn clone(&self) -> TextAlignHorizontalMessage
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 TextAlignHorizontalMessage
impl Debug for TextAlignHorizontalMessage
source§impl Default for TextAlignHorizontalMessage
impl Default for TextAlignHorizontalMessage
source§fn default() -> TextAlignHorizontalMessage
fn default() -> TextAlignHorizontalMessage
Returns the “default value” for a type. Read more
source§impl PartialEq for TextAlignHorizontalMessage
impl PartialEq for TextAlignHorizontalMessage
source§fn eq(&self, other: &TextAlignHorizontalMessage) -> bool
fn eq(&self, other: &TextAlignHorizontalMessage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TextAlignHorizontalMessage
Auto Trait Implementations§
impl RefUnwindSafe for TextAlignHorizontalMessage
impl Send for TextAlignHorizontalMessage
impl Sync for TextAlignHorizontalMessage
impl Unpin for TextAlignHorizontalMessage
impl UnwindSafe for TextAlignHorizontalMessage
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