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