pub struct MathcodeDefaults {
pub unicode_math: bool,
}Expand description
Default math code configuration for a profile.
Fields§
§unicode_math: boolWhether Unicode math code points are used instead of classic 15-bit codes.
Trait Implementations§
Source§impl Clone for MathcodeDefaults
impl Clone for MathcodeDefaults
Source§fn clone(&self) -> MathcodeDefaults
fn clone(&self) -> MathcodeDefaults
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 MathcodeDefaults
Source§impl Debug for MathcodeDefaults
impl Debug for MathcodeDefaults
Source§impl Default for MathcodeDefaults
impl Default for MathcodeDefaults
Source§fn default() -> MathcodeDefaults
fn default() -> MathcodeDefaults
Returns the “default value” for a type. Read more
impl Eq for MathcodeDefaults
Source§impl PartialEq for MathcodeDefaults
impl PartialEq for MathcodeDefaults
impl StructuralPartialEq for MathcodeDefaults
Auto Trait Implementations§
impl Freeze for MathcodeDefaults
impl RefUnwindSafe for MathcodeDefaults
impl Send for MathcodeDefaults
impl Sync for MathcodeDefaults
impl Unpin for MathcodeDefaults
impl UnsafeUnpin for MathcodeDefaults
impl UnwindSafe for MathcodeDefaults
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