pub struct CMPOKIE_R(/* private fields */);
Expand description
Field CMPOKIE
reader - Compare register update OK Interrupt Enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMPOKIE_R
impl RefUnwindSafe for CMPOKIE_R
impl Send for CMPOKIE_R
impl Sync for CMPOKIE_R
impl Unpin for CMPOKIE_R
impl UnwindSafe for CMPOKIE_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