pub enum TextBaseline {
Top,
Hanging,
Middle,
Alphabetic,
Ideographic,
Bottom,
}Expand description
textBaseline。
Variants§
Trait Implementations§
Source§impl Clone for TextBaseline
impl Clone for TextBaseline
Source§fn clone(&self) -> TextBaseline
fn clone(&self) -> TextBaseline
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextBaseline
Source§impl Debug for TextBaseline
impl Debug for TextBaseline
impl Eq for TextBaseline
Source§impl PartialEq for TextBaseline
impl PartialEq for TextBaseline
Source§fn eq(&self, other: &TextBaseline) -> bool
fn eq(&self, other: &TextBaseline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextBaseline
Auto Trait Implementations§
impl Freeze for TextBaseline
impl RefUnwindSafe for TextBaseline
impl Send for TextBaseline
impl Sync for TextBaseline
impl Unpin for TextBaseline
impl UnsafeUnpin for TextBaseline
impl UnwindSafe for TextBaseline
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.