pub enum OA1MODER {
BIT7,
BIT10,
}
Expand description
Possible values of the field OA1MODE
Variants§
Implementations§
Source§impl OA1MODER
impl OA1MODER
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)
Trait Implementations§
impl Copy for OA1MODER
impl StructuralPartialEq for OA1MODER
Auto Trait Implementations§
impl Freeze for OA1MODER
impl RefUnwindSafe for OA1MODER
impl Send for OA1MODER
impl Sync for OA1MODER
impl Unpin for OA1MODER
impl UnwindSafe for OA1MODER
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