Enum esp32c2_hal::gpio_types::DriveStrength
source · pub enum DriveStrength {
I5mA,
I10mA,
I20mA,
I40mA,
}
Variants
I5mA
I10mA
I20mA
I40mA
Auto Trait Implementations
impl RefUnwindSafe for DriveStrength
impl Send for DriveStrength
impl Sync for DriveStrength
impl Unpin for DriveStrength
impl UnwindSafe for DriveStrength
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more