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