#[repr(u8)]pub enum PinStrength {
Drive2ma = 0,
Drive4ma = 1,
Drive8ma = 2,
Drive12ma = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PinStrength
impl Clone for PinStrength
Source§fn clone(&self) -> PinStrength
fn clone(&self) -> PinStrength
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 moreimpl Copy for PinStrength
Auto Trait Implementations§
impl Freeze for PinStrength
impl RefUnwindSafe for PinStrength
impl Send for PinStrength
impl Sync for PinStrength
impl Unpin for PinStrength
impl UnwindSafe for PinStrength
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