Enum freya_engine::prelude::TextBaseline
source · pub enum TextBaseline {
Alphabetic,
Ideographic,
}
Variants§
Trait Implementations§
source§impl Clone for TextBaseline
impl Clone for TextBaseline
source§fn clone(&self) -> TextBaseline
fn clone(&self) -> TextBaseline
Returns a copy 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<TextBaseline> for TextBaseline
impl PartialEq<TextBaseline> for TextBaseline
source§fn eq(&self, other: &TextBaseline) -> bool
fn eq(&self, other: &TextBaseline) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextBaseline
impl Eq for TextBaseline
impl StructuralEq for TextBaseline
impl StructuralPartialEq for TextBaseline
Auto Trait Implementations§
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