Enum sndjvu_format::annot::Zoom
source · pub enum Zoom {
Stretch,
One2One,
Width,
Page,
D(u32),
}
Expand description
The argument to the zoom
annotation.
Variants§
Trait Implementations§
source§impl PartialEq for Zoom
impl PartialEq for Zoom
impl Copy for Zoom
impl Eq for Zoom
impl StructuralEq for Zoom
impl StructuralPartialEq for Zoom
Auto Trait Implementations§
impl RefUnwindSafe for Zoom
impl Send for Zoom
impl Sync for Zoom
impl Unpin for Zoom
impl UnwindSafe for Zoom
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