Struct rtc::InvalidRtcRate
source · pub struct InvalidRtcRate;
Expand description
The error returned from set_rtc_frequency()
if an invalid rate is provided.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for InvalidRtcRate
impl Send for InvalidRtcRate
impl Sync for InvalidRtcRate
impl Unpin for InvalidRtcRate
impl UnwindSafe for InvalidRtcRate
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