Enum DriveStrength
pub enum DriveStrength {
// some variants omitted
}
Expand description
Available drive strength settings.
Note: configuring the drive strength of outputs is not supported on this MCU family.
Trait Implementations§
§impl Clone for UnsupportedDriveStrength
impl Clone for UnsupportedDriveStrength
§fn clone(&self) -> UnsupportedDriveStrength
fn clone(&self) -> UnsupportedDriveStrength
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 UnsupportedDriveStrength
impl Debug for UnsupportedDriveStrength
§impl Default for UnsupportedDriveStrength
impl Default for UnsupportedDriveStrength
§fn default() -> UnsupportedDriveStrength
fn default() -> UnsupportedDriveStrength
Returns the “default value” for a type. Read more
§impl PartialEq for UnsupportedDriveStrength
impl PartialEq for UnsupportedDriveStrength
impl Copy for UnsupportedDriveStrength
impl Eq for UnsupportedDriveStrength
impl StructuralPartialEq for UnsupportedDriveStrength
Auto Trait Implementations§
impl Freeze for UnsupportedDriveStrength
impl RefUnwindSafe for UnsupportedDriveStrength
impl Send for UnsupportedDriveStrength
impl Sync for UnsupportedDriveStrength
impl Unpin for UnsupportedDriveStrength
impl UnwindSafe for UnsupportedDriveStrength
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