Enum Dozeen
pub enum Dozeen {
_0 = 0,
_1 = 1,
}Expand description
Doze Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dozeen
impl Eq for Dozeen
impl StructuralPartialEq for Dozeen
Auto Trait Implementations§
impl Freeze for Dozeen
impl RefUnwindSafe for Dozeen
impl Send for Dozeen
impl Sync for Dozeen
impl Unpin for Dozeen
impl UnwindSafe for Dozeen
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