pub enum Standby {
ms0_5 = 0,
ms62_5 = 1,
ms125 = 2,
ms250 = 3,
ms500 = 4,
ms1000 = 5,
ms2000 = 6,
ms4000 = 7,
unknown = 8,
}Expand description
Standby time in ms
Variants§
ms0_5 = 0
ms0_5
ms62_5 = 1
ms62_5
ms125 = 2
ms125_5
ms250 = 3
ms250
ms500 = 4
ms500
ms1000 = 5
ms1000
ms2000 = 6
ms2000
ms4000 = 7
ms4000
unknown = 8
unknown
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Standby
impl RefUnwindSafe for Standby
impl Send for Standby
impl Sync for Standby
impl Unpin for Standby
impl UnwindSafe for Standby
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