Struct embedded_simple_ui::switch::switch_state::PressedOnHigh
source · pub struct PressedOnHigh {}
Expand description
Sets the switch behavior to be in pressed state when the pin is high
Trait Implementations§
source§impl PressedState for PressedOnHigh
impl PressedState for PressedOnHigh
Auto Trait Implementations§
impl Freeze for PressedOnHigh
impl RefUnwindSafe for PressedOnHigh
impl Send for PressedOnHigh
impl Sync for PressedOnHigh
impl Unpin for PressedOnHigh
impl UnwindSafe for PressedOnHigh
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