pub struct BarrierWaitResult(/* private fields */);展开描述
当 中所有 task 都在 Barrier 处汇合时,wait 返回一个 wait。BarrierWaitResult
实现§
Trait 实现§
Source§impl Clone for BarrierWaitResult
impl Clone for BarrierWaitResult
Source§fn clone(&self) -> BarrierWaitResult
fn clone(&self) -> BarrierWaitResult
返回值的副本。 更多信息
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. 更多信息自动 Trait 实现§
impl Freeze for BarrierWaitResult
impl RefUnwindSafe for BarrierWaitResult
impl Send for BarrierWaitResult
impl Sync for BarrierWaitResult
impl Unpin for BarrierWaitResult
impl UnsafeUnpin for BarrierWaitResult
impl UnwindSafe for BarrierWaitResult
Blanket 实现§
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. 更多信息