struct BarrierState {
count: usize,
generation_id: usize,
}
Fields§
§count: usize
§generation_id: usize
Auto Trait Implementations§
impl Freeze for BarrierState
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