#[repr(u8)]pub enum Filtdz {
FILTER_ENABLED = 0,
FILTER_DISABLED = 1,
}Variants§
FILTER_ENABLED = 0
Filter remains enabled in Doze mode
FILTER_DISABLED = 1
Filter is disabled in Doze mode
Implementations§
Trait Implementations§
Source§impl Ord for Filtdz
impl Ord for Filtdz
Source§impl PartialOrd for Filtdz
impl PartialOrd for Filtdz
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