pub enum UiCommand {
SetValue(f64),
Release,
}Expand description
Команда от UI в PortCombiner
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiCommand
impl RefUnwindSafe for UiCommand
impl Send for UiCommand
impl Sync for UiCommand
impl Unpin for UiCommand
impl UnsafeUnpin for UiCommand
impl UnwindSafe for UiCommand
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