pub enum ZoomLevelStrategy {
Lower,
Upper,
Auto,
}
Variants§
Auto Trait Implementations§
impl Freeze for ZoomLevelStrategy
impl RefUnwindSafe for ZoomLevelStrategy
impl Send for ZoomLevelStrategy
impl Sync for ZoomLevelStrategy
impl Unpin for ZoomLevelStrategy
impl UnwindSafe for ZoomLevelStrategy
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