pub struct PressedOnLow {}
Expand description
Sets the switch behavior to be in pressed state when the pin is is low
Trait Implementations§
Source§impl PressedState for PressedOnLow
impl PressedState for PressedOnLow
Auto Trait Implementations§
impl Freeze for PressedOnLow
impl RefUnwindSafe for PressedOnLow
impl Send for PressedOnLow
impl Sync for PressedOnLow
impl Unpin for PressedOnLow
impl UnwindSafe for PressedOnLow
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