pub struct Signal<S>(/* private fields */);
Expand description
Semaphore signal info. There must be paired wait.
Implementations§
Trait Implementations§
impl<S: Copy> Copy for Signal<S>
impl<S: Eq> Eq for Signal<S>
impl<S> StructuralPartialEq for Signal<S>
Auto Trait Implementations§
impl<S> Freeze for Signal<S>where
S: Freeze,
impl<S> RefUnwindSafe for Signal<S>where
S: RefUnwindSafe,
impl<S> Send for Signal<S>where
S: Send,
impl<S> Sync for Signal<S>where
S: Sync,
impl<S> Unpin for Signal<S>where
S: Unpin,
impl<S> UnwindSafe for Signal<S>where
S: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)