pub enum AlignmentBaseline {
Show 18 variants
Initial,
Inherit,
Unset,
Auto,
Baseline,
BeforeEdge,
TextBeforeEdge,
Middle,
Central,
AfterEdge,
TextAfterEdge,
Ideographic,
Alphabetic,
Hanging,
Mathematical,
Top,
Center,
Bottom,
}Variants§
Initial
Inherit
Unset
Auto
Baseline
BeforeEdge
TextBeforeEdge
Middle
Central
AfterEdge
TextAfterEdge
Ideographic
Alphabetic
Hanging
Mathematical
Top
Center
Bottom
Trait Implementations§
Source§impl AppendProperty for AlignmentBaseline
impl AppendProperty for AlignmentBaseline
fn append_property(self, decls: &mut Vec<Property>)
Source§impl Clone for AlignmentBaseline
impl Clone for AlignmentBaseline
Source§fn clone(&self) -> AlignmentBaseline
fn clone(&self) -> AlignmentBaseline
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 AlignmentBaseline
impl Debug for AlignmentBaseline
Source§impl Display for AlignmentBaseline
impl Display for AlignmentBaseline
Source§impl From<AlignmentBaseline> for Property
impl From<AlignmentBaseline> for Property
Source§fn from(x: AlignmentBaseline) -> Self
fn from(x: AlignmentBaseline) -> Self
Converts to this type from the input type.
Source§impl Hash for AlignmentBaseline
impl Hash for AlignmentBaseline
Source§impl Ord for AlignmentBaseline
impl Ord for AlignmentBaseline
Source§fn cmp(&self, other: &AlignmentBaseline) -> Ordering
fn cmp(&self, other: &AlignmentBaseline) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlignmentBaseline
impl PartialEq for AlignmentBaseline
Source§impl PartialOrd for AlignmentBaseline
impl PartialOrd for AlignmentBaseline
impl Eq for AlignmentBaseline
impl StructuralPartialEq for AlignmentBaseline
Auto Trait Implementations§
impl Freeze for AlignmentBaseline
impl RefUnwindSafe for AlignmentBaseline
impl Send for AlignmentBaseline
impl Sync for AlignmentBaseline
impl Unpin for AlignmentBaseline
impl UnwindSafe for AlignmentBaseline
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