pub enum Presel {
Dir(Dir),
Ratio(f32),
Cancel,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Presel
impl RefUnwindSafe for Presel
impl Send for Presel
impl Sync for Presel
impl Unpin for Presel
impl UnwindSafe for Presel
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