pub enum VertAlignType {
Baseline,
SuperScript,
SubScript,
Unsupported,
}
Variants§
Trait Implementations§
Source§impl Clone for VertAlignType
impl Clone for VertAlignType
Source§fn clone(&self) -> VertAlignType
fn clone(&self) -> VertAlignType
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 VertAlignType
impl Debug for VertAlignType
Source§impl Display for VertAlignType
impl Display for VertAlignType
Source§impl FromStr for VertAlignType
impl FromStr for VertAlignType
Source§impl PartialEq for VertAlignType
impl PartialEq for VertAlignType
impl Copy for VertAlignType
impl StructuralPartialEq for VertAlignType
Auto Trait Implementations§
impl Freeze for VertAlignType
impl RefUnwindSafe for VertAlignType
impl Send for VertAlignType
impl Sync for VertAlignType
impl Unpin for VertAlignType
impl UnwindSafe for VertAlignType
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