Struct switch_hal::ActiveHigh
source · pub struct ActiveHigh;
Expand description
Zero sized struct for signaling to Switch that it is active high
Auto Trait Implementations§
impl RefUnwindSafe for ActiveHigh
impl Send for ActiveHigh
impl Sync for ActiveHigh
impl Unpin for ActiveHigh
impl UnwindSafe for ActiveHigh
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