pub struct InfraredWorkerSignal { /* private fields */ }Trait Implementations§
Source§impl Clone for InfraredWorkerSignal
impl Clone for InfraredWorkerSignal
Source§fn clone(&self) -> InfraredWorkerSignal
fn clone(&self) -> InfraredWorkerSignal
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 moreimpl Copy for InfraredWorkerSignal
Auto Trait Implementations§
impl Freeze for InfraredWorkerSignal
impl RefUnwindSafe for InfraredWorkerSignal
impl Send for InfraredWorkerSignal
impl Sync for InfraredWorkerSignal
impl Unpin for InfraredWorkerSignal
impl UnsafeUnpin for InfraredWorkerSignal
impl UnwindSafe for InfraredWorkerSignal
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