pub struct SignalToUI(/* private fields */);
Implementations§
Source§impl SignalToUI
impl SignalToUI
pub fn set_ui_signal()
pub fn set_action_signal()
pub fn new() -> Self
pub fn check_and_clear(&self) -> bool
pub fn set(&self)
Trait Implementations§
Source§impl Clone for SignalToUI
impl Clone for SignalToUI
Source§fn clone(&self) -> SignalToUI
fn clone(&self) -> SignalToUI
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SignalToUI
impl Debug for SignalToUI
Source§impl Default for SignalToUI
impl Default for SignalToUI
Source§fn default() -> SignalToUI
fn default() -> SignalToUI
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SignalToUI
impl RefUnwindSafe for SignalToUI
impl Send for SignalToUI
impl Sync for SignalToUI
impl Unpin for SignalToUI
impl UnwindSafe for SignalToUI
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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