pub struct EngineProfile {
pub id: &'static str,
pub kind: EngineProfileKind,
pub etex: bool,
pub xetex: bool,
pub unicode_scalars: bool,
pub unicode_math: bool,
pub native_fonts: bool,
}Fields§
§id: &'static str§kind: EngineProfileKind§etex: bool§xetex: bool§unicode_scalars: bool§unicode_math: bool§native_fonts: boolImplementations§
Trait Implementations§
Source§impl Clone for EngineProfile
impl Clone for EngineProfile
Source§fn clone(&self) -> EngineProfile
fn clone(&self) -> EngineProfile
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 EngineProfile
Source§impl Debug for EngineProfile
impl Debug for EngineProfile
impl Eq for EngineProfile
Source§impl PartialEq for EngineProfile
impl PartialEq for EngineProfile
impl StructuralPartialEq for EngineProfile
Auto Trait Implementations§
impl Freeze for EngineProfile
impl RefUnwindSafe for EngineProfile
impl Send for EngineProfile
impl Sync for EngineProfile
impl Unpin for EngineProfile
impl UnsafeUnpin for EngineProfile
impl UnwindSafe for EngineProfile
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