Struct stm32_hal2::timer::ValueError
source · pub struct ValueError {}
Expand description
Used for when attempting to set a timer period that is out of range.
Trait Implementations§
source§impl Clone for ValueError
impl Clone for ValueError
source§fn clone(&self) -> ValueError
fn clone(&self) -> ValueError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more