pub struct GutexGroup {
owning: AtomicUsize,
active: UnsafeCell<usize>,
}Expand description
Group of Gutex.
Fields§
§owning: AtomicUsize§active: UnsafeCell<usize>Implementations§
Source§impl GutexGroup
impl GutexGroup
Trait Implementations§
impl Send for GutexGroup
impl Sync for GutexGroup
Auto Trait Implementations§
impl !Freeze for GutexGroup
impl !RefUnwindSafe for GutexGroup
impl Unpin for GutexGroup
impl UnwindSafe for GutexGroup
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