pub struct TextAlign(pub i64);Tuple Fields§
§0: i64Implementations§
Trait Implementations§
source§impl FromVariant for TextAlign
impl FromVariant for TextAlign
fn from_variant(v: &Variant) -> Result<TextAlign, FromVariantError>
source§impl Ord for TextAlign
impl Ord for TextAlign
source§impl PartialEq<TextAlign> for TextAlign
impl PartialEq<TextAlign> for TextAlign
source§impl PartialOrd<TextAlign> for TextAlign
impl PartialOrd<TextAlign> for TextAlign
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for TextAlign
impl Eq for TextAlign
impl StructuralEq for TextAlign
impl StructuralPartialEq for TextAlign
Auto Trait Implementations§
impl RefUnwindSafe for TextAlign
impl Send for TextAlign
impl Sync for TextAlign
impl Unpin for TextAlign
impl UnwindSafe for TextAlign
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.