pub struct TexProfile;Expand description
Plain TeX compatible baseline profile.
Implementations§
Trait Implementations§
Source§impl Clone for TexProfile
impl Clone for TexProfile
Source§fn clone(&self) -> TexProfile
fn clone(&self) -> TexProfile
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 TexProfile
Source§impl Debug for TexProfile
impl Debug for TexProfile
Source§impl Default for TexProfile
impl Default for TexProfile
Source§fn default() -> TexProfile
fn default() -> TexProfile
Returns the “default value” for a type. Read more
Source§impl EngineProfile for TexProfile
impl EngineProfile for TexProfile
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 TexProfile
impl RefUnwindSafe for TexProfile
impl Send for TexProfile
impl Sync for TexProfile
impl Unpin for TexProfile
impl UnsafeUnpin for TexProfile
impl UnwindSafe for TexProfile
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