pub enum DominantBaseline {
Auto,
UseScript,
NoChange,
ResetSize,
Ideographic,
Alphabetic,
Hanging,
Mathematical,
Central,
Middle,
TextAfterEdge,
TextBeforeEdge,
}
Expand description
A dominant baseline property.
Variants§
Auto
UseScript
NoChange
ResetSize
Ideographic
Alphabetic
Hanging
Mathematical
Central
Middle
TextAfterEdge
TextBeforeEdge
Trait Implementations§
source§impl Clone for DominantBaseline
impl Clone for DominantBaseline
source§fn clone(&self) -> DominantBaseline
fn clone(&self) -> DominantBaseline
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 DominantBaseline
impl Debug for DominantBaseline
source§impl Default for DominantBaseline
impl Default for DominantBaseline
source§impl PartialEq for DominantBaseline
impl PartialEq for DominantBaseline
impl Copy for DominantBaseline
impl StructuralPartialEq for DominantBaseline
Auto Trait Implementations§
impl Freeze for DominantBaseline
impl RefUnwindSafe for DominantBaseline
impl Send for DominantBaseline
impl Sync for DominantBaseline
impl Unpin for DominantBaseline
impl UnwindSafe for DominantBaseline
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)