pub struct PR0_R(/* private fields */);Expand description
Field PR0 reader - Pending bit 0
Implementations§
Methods from Deref<Target = FieldReader<bool, PR0_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PR0_R
impl RefUnwindSafe for PR0_R
impl Send for PR0_R
impl Sync for PR0_R
impl Unpin for PR0_R
impl UnwindSafe for PR0_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