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