pub enum DviMethod {
DviPng,
DviSvgm,
Dvips,
}Expand description
DVI-to-image conversion method.
Variants§
DviPng
dvipng (fast, PNG only)
DviSvgm
dvisvgm (SVG output)
Dvips
dvips + ImageMagick (general purpose, slow)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DviMethod
impl RefUnwindSafe for DviMethod
impl Send for DviMethod
impl Sync for DviMethod
impl Unpin for DviMethod
impl UnsafeUnpin for DviMethod
impl UnwindSafe for DviMethod
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