Struct std::sync::barrier::BarrierState
source · struct BarrierState {
count: usize,
generation_id: usize,
}
Fields§
§count: usize
§generation_id: usize
Auto Trait Implementations§
impl RefUnwindSafe for BarrierState
impl Send for BarrierState
impl Sync for BarrierState
impl Unpin for BarrierState
impl UnwindSafe for BarrierState
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