pub struct InlineAlign(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl InlineAlign
impl InlineAlign
pub const TOP: InlineAlign
pub const CENTER: InlineAlign
pub const BASELINE: InlineAlign
pub const BOTTOM: InlineAlign
Trait Implementations§
Source§impl Clone for InlineAlign
impl Clone for InlineAlign
Source§fn clone(&self) -> InlineAlign
fn clone(&self) -> InlineAlign
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 InlineAlign
impl Debug for InlineAlign
Source§impl From<InlineAlign> for i64
impl From<InlineAlign> for i64
Source§fn from(v: InlineAlign) -> Self
fn from(v: InlineAlign) -> Self
Converts to this type from the input type.
Source§impl From<i64> for InlineAlign
impl From<i64> for InlineAlign
Source§impl FromVariant for InlineAlign
impl FromVariant for InlineAlign
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for InlineAlign
impl Hash for InlineAlign
Source§impl Ord for InlineAlign
impl Ord for InlineAlign
Source§fn cmp(&self, other: &InlineAlign) -> Ordering
fn cmp(&self, other: &InlineAlign) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InlineAlign
impl PartialEq for InlineAlign
Source§impl PartialOrd for InlineAlign
impl PartialOrd for InlineAlign
impl Copy for InlineAlign
impl Eq for InlineAlign
impl StructuralPartialEq for InlineAlign
Auto Trait Implementations§
impl Freeze for InlineAlign
impl RefUnwindSafe for InlineAlign
impl Send for InlineAlign
impl Sync for InlineAlign
impl Unpin for InlineAlign
impl UnwindSafe for InlineAlign
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.