pub enum PinConfig {
PushPull,
OpenDrain,
}
Variants§
Trait Implementations§
source§impl PartialEq for PinConfig
impl PartialEq for PinConfig
impl Copy for PinConfig
impl StructuralPartialEq for PinConfig
Auto Trait Implementations§
impl RefUnwindSafe for PinConfig
impl Send for PinConfig
impl Sync for PinConfig
impl Unpin for PinConfig
impl UnwindSafe for PinConfig
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