pub struct DispatchSemaphore { /* private fields */ }Available on crate feature
dispatch only.Expand description
Wrapper around DispatchSemaphore.
Implementations§
Trait Implementations§
Source§impl Clone for DispatchSemaphore
impl Clone for DispatchSemaphore
Source§impl Debug for DispatchSemaphore
impl Debug for DispatchSemaphore
Source§impl Drop for DispatchSemaphore
impl Drop for DispatchSemaphore
Source§impl Hash for DispatchSemaphore
impl Hash for DispatchSemaphore
Source§impl PartialEq for DispatchSemaphore
impl PartialEq for DispatchSemaphore
Source§fn eq(&self, other: &DispatchSemaphore) -> bool
fn eq(&self, other: &DispatchSemaphore) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DispatchSemaphore
impl Send for DispatchSemaphore
impl StructuralPartialEq for DispatchSemaphore
impl Sync for DispatchSemaphore
Auto Trait Implementations§
impl Freeze for DispatchSemaphore
impl RefUnwindSafe for DispatchSemaphore
impl Unpin for DispatchSemaphore
impl UnsafeUnpin for DispatchSemaphore
impl UnwindSafe for DispatchSemaphore
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