pub enum SST {
NoEffect = 0,
SetActive = 1,
}
Expand description
Software Set trigger
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SST
impl Eq for SST
impl StructuralPartialEq for SST
Auto Trait Implementations§
impl Freeze for SST
impl RefUnwindSafe for SST
impl Send for SST
impl Sync for SST
impl Unpin for SST
impl UnwindSafe for SST
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