pub struct EtexProfile;Expand description
eTeX profile used by modern LaTeX formats.
Implementations§
Trait Implementations§
Source§impl Clone for EtexProfile
impl Clone for EtexProfile
Source§fn clone(&self) -> EtexProfile
fn clone(&self) -> EtexProfile
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 EtexProfile
Source§impl Debug for EtexProfile
impl Debug for EtexProfile
Source§impl Default for EtexProfile
impl Default for EtexProfile
Source§fn default() -> EtexProfile
fn default() -> EtexProfile
Returns the “default value” for a type. Read more
Source§impl EngineProfile for EtexProfile
impl EngineProfile for EtexProfile
Source§fn kind(&self) -> EngineKind
fn kind(&self) -> EngineKind
Returns which TeX engine variant this profile represents.
Source§fn primitives(&self) -> &[PrimitiveSpec]
fn primitives(&self) -> &[PrimitiveSpec]
Returns the list of primitives available for this profile.
Source§fn catcode_defaults(&self) -> CatcodeDefaults
fn catcode_defaults(&self) -> CatcodeDefaults
Returns default category code settings for this profile.
Source§fn mathcode_defaults(&self) -> MathcodeDefaults
fn mathcode_defaults(&self) -> MathcodeDefaults
Returns default math code settings for this profile.
Source§fn register_defaults(&self) -> RegisterDefaults
fn register_defaults(&self) -> RegisterDefaults
Returns default register counts for this profile.
Source§fn font_semantics(&self) -> FontSemantics
fn font_semantics(&self) -> FontSemantics
Returns font capability settings for this profile.
Source§fn extension_policy(&self) -> ExtensionPolicy
fn extension_policy(&self) -> ExtensionPolicy
Returns which extension families are active for this profile.
Auto Trait Implementations§
impl Freeze for EtexProfile
impl RefUnwindSafe for EtexProfile
impl Send for EtexProfile
impl Sync for EtexProfile
impl Unpin for EtexProfile
impl UnsafeUnpin for EtexProfile
impl UnwindSafe for EtexProfile
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