pub enum MathScriptLevel {
Base,
Script,
ScriptScript,
}Expand description
SATySFi 0.1’s math_script_level (dev-0-1-0 src/backend/horzBox.ml: 139-142) — how many script-nesting levels deep the current math reading
context sits. V0_0 never reads it (its script-size shrink is a fixed
per-call constant, not context-carried).
Variants§
Trait Implementations§
Source§impl Clone for MathScriptLevel
impl Clone for MathScriptLevel
Source§fn clone(&self) -> MathScriptLevel
fn clone(&self) -> MathScriptLevel
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 MathScriptLevel
Source§impl Debug for MathScriptLevel
impl Debug for MathScriptLevel
impl Eq for MathScriptLevel
Source§impl PartialEq for MathScriptLevel
impl PartialEq for MathScriptLevel
impl StructuralPartialEq for MathScriptLevel
Auto Trait Implementations§
impl Freeze for MathScriptLevel
impl RefUnwindSafe for MathScriptLevel
impl Send for MathScriptLevel
impl Sync for MathScriptLevel
impl Unpin for MathScriptLevel
impl UnsafeUnpin for MathScriptLevel
impl UnwindSafe for MathScriptLevel
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