Struct stm32_hal2::clocks::SpeedError
source · pub struct SpeedError {
pub error_msg: &'static str,
}
Expand description
Speed out of limits.
Fields§
§error_msg: &'static str
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SpeedError
impl Send for SpeedError
impl Sync for SpeedError
impl Unpin for SpeedError
impl UnwindSafe for SpeedError
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