pub enum HSIRDYR {
NOTREADY,
READY,
}Expand description
Possible values of the field HSIRDY
Variants§
Implementations§
Source§impl HSIRDYR
impl HSIRDYR
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)
Sourcepub fn is_not_ready(&self) -> bool
pub fn is_not_ready(&self) -> bool
Checks if the value of the field is NOTREADY
Trait Implementations§
impl Copy for HSIRDYR
impl StructuralPartialEq for HSIRDYR
Auto Trait Implementations§
impl Freeze for HSIRDYR
impl RefUnwindSafe for HSIRDYR
impl Send for HSIRDYR
impl Sync for HSIRDYR
impl Unpin for HSIRDYR
impl UnwindSafe for HSIRDYR
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