pub struct INTIICTEI1R { /* private fields */ }
Available on crate feature
intc
only.Expand description
Value of the field
Implementations§
Source§impl INTIICTEI1R
impl INTIICTEI1R
Sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0)
Sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1)
Auto Trait Implementations§
impl Freeze for INTIICTEI1R
impl RefUnwindSafe for INTIICTEI1R
impl Send for INTIICTEI1R
impl Sync for INTIICTEI1R
impl Unpin for INTIICTEI1R
impl UnwindSafe for INTIICTEI1R
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