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