Enum Speed
pub enum Speed {
// some variants omitted
}
Expand description
Available output speed/slew rate settings.
Note: configuring the speed of outputs is not supported on this MCU family.
Trait Implementations§
§impl Clone for UnsupportedSpeed
impl Clone for UnsupportedSpeed
§fn clone(&self) -> UnsupportedSpeed
fn clone(&self) -> UnsupportedSpeed
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§impl Debug for UnsupportedSpeed
impl Debug for UnsupportedSpeed
§impl PartialEq for UnsupportedSpeed
impl PartialEq for UnsupportedSpeed
impl Copy for UnsupportedSpeed
impl Eq for UnsupportedSpeed
impl StructuralPartialEq for UnsupportedSpeed
Auto Trait Implementations§
impl Freeze for UnsupportedSpeed
impl RefUnwindSafe for UnsupportedSpeed
impl Send for UnsupportedSpeed
impl Sync for UnsupportedSpeed
impl Unpin for UnsupportedSpeed
impl UnwindSafe for UnsupportedSpeed
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