#[repr(u16)]pub enum DevSel {
Fast = 0,
Medium = 1,
Slow = 2,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DevSel
impl RefUnwindSafe for DevSel
impl Send for DevSel
impl Sync for DevSel
impl Unpin for DevSel
impl UnwindSafe for DevSel
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