pub enum DriveStrength {
Drive2mA = 0,
Drive4ma = 1,
Drive8ma = 2,
Drive12ma = 3,
}Expand description
Drive Strength of a GPIO Pin
Variants§
Trait Implementations§
Source§impl Debug for DriveStrength
impl Debug for DriveStrength
Source§impl PartialEq for DriveStrength
impl PartialEq for DriveStrength
impl Eq for DriveStrength
impl StructuralPartialEq for DriveStrength
Auto Trait Implementations§
impl Freeze for DriveStrength
impl RefUnwindSafe for DriveStrength
impl Send for DriveStrength
impl Sync for DriveStrength
impl Unpin for DriveStrength
impl UnwindSafe for DriveStrength
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