pub struct PauseGateHandle { /* private fields */ }Expand description
Pauses and resumes a PauseGate from another thread.
Cloneable and cheap: the thread that owns a button and the one that owns the element are never the same.
Implementations§
Trait Implementations§
Source§impl Clone for PauseGateHandle
impl Clone for PauseGateHandle
Source§fn clone(&self) -> PauseGateHandle
fn clone(&self) -> PauseGateHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PauseGateHandle
impl RefUnwindSafe for PauseGateHandle
impl Send for PauseGateHandle
impl Sync for PauseGateHandle
impl Unpin for PauseGateHandle
impl UnsafeUnpin for PauseGateHandle
impl UnwindSafe for PauseGateHandle
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