pub struct INTONNAK_AI_R(/* private fields */);Expand description
Field INTONNAK_AI reader - Interrupt on NAK for interrupt and bulk IN EP
Implementations§
Source§impl INTONNAK_AI_R
impl INTONNAK_AI_R
Sourcepub fn variant(&self) -> INTONNAK_AI_A
pub fn variant(&self) -> INTONNAK_AI_A
Get enumerated values variant
Sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is DISABLED
Sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is ENABLED
Trait Implementations§
Auto Trait Implementations§
impl Freeze for INTONNAK_AI_R
impl RefUnwindSafe for INTONNAK_AI_R
impl Send for INTONNAK_AI_R
impl Sync for INTONNAK_AI_R
impl Unpin for INTONNAK_AI_R
impl UnsafeUnpin for INTONNAK_AI_R
impl UnwindSafe for INTONNAK_AI_R
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