pub struct Semaphore<const N: usize, const TN: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const N: usize, const TN: usize> !Freeze for Semaphore<N, TN>
impl<const N: usize, const TN: usize> !RefUnwindSafe for Semaphore<N, TN>
impl<const N: usize, const TN: usize> !Send for Semaphore<N, TN>
impl<const N: usize, const TN: usize> !Sync for Semaphore<N, TN>
impl<const N: usize, const TN: usize> Unpin for Semaphore<N, TN>
impl<const N: usize, const TN: usize> !UnwindSafe for Semaphore<N, TN>
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