pub struct XetexProfile;Expand description
XeTeX profile placeholder.
Implementations§
Trait Implementations§
Source§impl Clone for XetexProfile
impl Clone for XetexProfile
impl Copy for XetexProfile
Source§impl Debug for XetexProfile
impl Debug for XetexProfile
Source§impl Default for XetexProfile
impl Default for XetexProfile
Source§impl EngineProfile for XetexProfile
impl EngineProfile for XetexProfile
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 XetexProfile
impl RefUnwindSafe for XetexProfile
impl Send for XetexProfile
impl Sync for XetexProfile
impl Unpin for XetexProfile
impl UnsafeUnpin for XetexProfile
impl UnwindSafe for XetexProfile
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