#[repr(i16)]pub enum TextAttachmentPointType {
Left = 1,
Center = 2,
Right = 3,
}Expand description
Text attachment point type (left/center/right).
Variants§
Trait Implementations§
Source§impl Clone for TextAttachmentPointType
impl Clone for TextAttachmentPointType
Source§fn clone(&self) -> TextAttachmentPointType
fn clone(&self) -> TextAttachmentPointType
Returns a duplicate 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 TextAttachmentPointType
impl Debug for TextAttachmentPointType
Source§impl Default for TextAttachmentPointType
impl Default for TextAttachmentPointType
Source§fn default() -> TextAttachmentPointType
fn default() -> TextAttachmentPointType
Returns the “default value” for a type. Read more
Source§impl From<i16> for TextAttachmentPointType
impl From<i16> for TextAttachmentPointType
Source§impl PartialEq for TextAttachmentPointType
impl PartialEq for TextAttachmentPointType
impl Copy for TextAttachmentPointType
impl Eq for TextAttachmentPointType
impl StructuralPartialEq for TextAttachmentPointType
Auto Trait Implementations§
impl Freeze for TextAttachmentPointType
impl RefUnwindSafe for TextAttachmentPointType
impl Send for TextAttachmentPointType
impl Sync for TextAttachmentPointType
impl Unpin for TextAttachmentPointType
impl UnsafeUnpin for TextAttachmentPointType
impl UnwindSafe for TextAttachmentPointType
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.