pub enum UPDATE {
NoEffect = 0,
SetActive = 1,
}
Expand description
Registers update (transfer preload to active)
Value on reset: 0
Variants§
NoEffect = 0
0: Register update event has no effect
SetActive = 1
1: Register update event forces the output to its active state
Trait Implementations§
impl Copy for UPDATE
impl Eq for UPDATE
impl StructuralPartialEq for UPDATE
Auto Trait Implementations§
impl Freeze for UPDATE
impl RefUnwindSafe for UPDATE
impl Send for UPDATE
impl Sync for UPDATE
impl Unpin for UPDATE
impl UnwindSafe for UPDATE
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