pub enum Baseline {
Top,
Middle,
Alphabetic,
Bottom,
}Expand description
Text baseline vertical alignment.
Variants§
Top
The text baseline is the top of the em square.
Middle
The text baseline is the middle of the em square.
Alphabetic
The text baseline is the normal alphabetic baseline. Default value.
Bottom
The text baseline is the bottom of the bounding box.
Trait Implementations§
impl Copy for Baseline
impl Eq for Baseline
impl StructuralPartialEq for Baseline
Auto Trait Implementations§
impl Freeze for Baseline
impl RefUnwindSafe for Baseline
impl Send for Baseline
impl Sync for Baseline
impl Unpin for Baseline
impl UnwindSafe for Baseline
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