pub enum StyleLevel {
DisplayStyle,
TextStyle,
ScriptStyle,
ScriptScriptStyle,
}Expand description
The typesetting style level, as selected by \displaystyle and friends.
Variants§
Trait Implementations§
Source§impl Clone for StyleLevel
impl Clone for StyleLevel
Source§fn clone(&self) -> StyleLevel
fn clone(&self) -> StyleLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StyleLevel
Source§impl Debug for StyleLevel
impl Debug for StyleLevel
impl Eq for StyleLevel
Source§impl PartialEq for StyleLevel
impl PartialEq for StyleLevel
impl StructuralPartialEq for StyleLevel
Auto Trait Implementations§
impl Freeze for StyleLevel
impl RefUnwindSafe for StyleLevel
impl Send for StyleLevel
impl Sync for StyleLevel
impl Unpin for StyleLevel
impl UnsafeUnpin for StyleLevel
impl UnwindSafe for StyleLevel
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