#[repr(u8)]pub enum If2ie {
IF2IE_0 = 0,
IF2IE_1 = 1,
}Variants§
IF2IE_0 = 0
IF2IE Input Capture n Interrupt Enable is disabled.
IF2IE_1 = 1
IF2IE Input Capture n Interrupt Enable is enabled.
Implementations§
Trait Implementations§
Source§impl Ord for If2ie
impl Ord for If2ie
Source§impl PartialOrd for If2ie
impl PartialOrd for If2ie
impl Copy for If2ie
impl Eq for If2ie
impl StructuralPartialEq for If2ie
Auto Trait Implementations§
impl Freeze for If2ie
impl RefUnwindSafe for If2ie
impl Send for If2ie
impl Sync for If2ie
impl Unpin for If2ie
impl UnwindSafe for If2ie
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