pub struct FRC2_ALARM_R(/* private fields */);
Expand description
Field frc2_alarm
reader - the alarm value for the counter
Methods from Deref<Target = FieldReader<u32, u32>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FRC2_ALARM_R
impl RefUnwindSafe for FRC2_ALARM_R
impl Send for FRC2_ALARM_R
impl Sync for FRC2_ALARM_R
impl Unpin for FRC2_ALARM_R
impl UnwindSafe for FRC2_ALARM_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