pub enum ZoomMode {
Default,
FullPage,
FullWidth,
Real,
Percent(f32),
}Variants§
Trait Implementations§
impl Copy for ZoomMode
impl StructuralPartialEq for ZoomMode
Auto Trait Implementations§
impl Freeze for ZoomMode
impl RefUnwindSafe for ZoomMode
impl Send for ZoomMode
impl Sync for ZoomMode
impl Unpin for ZoomMode
impl UnwindSafe for ZoomMode
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