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