pub enum TexVersion {
Tex,
LaTeX,
LaTeX2e,
XeTeX,
LuaTeX,
PdfTeX,
}Expand description
TeX 版本
Variants§
Trait Implementations§
Source§impl Clone for TexVersion
impl Clone for TexVersion
Source§fn clone(&self) -> TexVersion
fn clone(&self) -> TexVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TexVersion
impl Debug for TexVersion
Source§impl PartialEq for TexVersion
impl PartialEq for TexVersion
impl Copy for TexVersion
impl Eq for TexVersion
impl StructuralPartialEq for TexVersion
Auto Trait Implementations§
impl Freeze for TexVersion
impl RefUnwindSafe for TexVersion
impl Send for TexVersion
impl Sync for TexVersion
impl Unpin for TexVersion
impl UnwindSafe for TexVersion
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