Struct netsblox_vm::runtime::BarrierCondition
source · pub struct BarrierCondition(/* private fields */);Expand description
Waits for the destruction of all associated Barrier handles.
Implementations§
source§impl BarrierCondition
impl BarrierCondition
sourcepub fn is_completed(&self) -> bool
pub fn is_completed(&self) -> bool
Checks if the condition has been completed, i.e., that all the associated barriers have been destroyed.
Trait Implementations§
source§impl Clone for BarrierCondition
impl Clone for BarrierCondition
source§fn clone(&self) -> BarrierCondition
fn clone(&self) -> BarrierCondition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for BarrierCondition
impl !Send for BarrierCondition
impl !Sync for BarrierCondition
impl Unpin for BarrierCondition
impl !UnwindSafe for BarrierCondition
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