pub enum DeltaMode {
Pixel,
Line,
Page,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeltaMode
impl RefUnwindSafe for DeltaMode
impl Send for DeltaMode
impl Sync for DeltaMode
impl Unpin for DeltaMode
impl UnwindSafe for DeltaMode
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