pub struct BarrierWaitResult(/* 私有字段 */);展开描述
当 Barrier 中的所有任务都已汇聚时,wait 返回一个 BarrierWaitResult。
实现§
trait 实现§
源代码§impl Clone for BarrierWaitResult
impl Clone for BarrierWaitResult
源代码§fn clone(&self) -> BarrierWaitResult
fn clone(&self) -> BarrierWaitResult
返回值的副本。 更多信息
1.0.0 · 源代码§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 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. 更多信息