pub enum TextBaseline {
Alphabetic = 0,
Ideographic = 1,
}
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 · 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 TextBaseline
impl Debug for TextBaseline
Source§impl Hash for TextBaseline
impl Hash for TextBaseline
Source§impl PartialEq for TextBaseline
impl PartialEq for TextBaseline
impl Copy for TextBaseline
impl Eq for TextBaseline
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 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