pub enum NACKIEW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field NACKIE
Variants§
DISABLED
Not acknowledge (NACKF) received interrupts disabled
ENABLED
Not acknowledge (NACKF) received interrupts enabled
Auto Trait Implementations§
impl Freeze for NACKIEW
impl RefUnwindSafe for NACKIEW
impl Send for NACKIEW
impl Sync for NACKIEW
impl Unpin for NACKIEW
impl UnwindSafe for NACKIEW
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