pub struct Unmanaged(/* private fields */);Expand description
An unmanaged GCD semaphore. Generally, you work with pointers of this type and/or ManagedSemaphore.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unmanaged
impl RefUnwindSafe for Unmanaged
impl Send for Unmanaged
impl Sync for Unmanaged
impl Unpin for Unmanaged
impl UnwindSafe for Unmanaged
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