pub struct BarrierId(/* private fields */);Expand description
Runtime barrier identifier.
Implementations§
Trait Implementations§
impl Copy for BarrierId
impl Eq for BarrierId
Source§impl Ord for BarrierId
impl Ord for BarrierId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for BarrierId
impl PartialOrd for BarrierId
impl StructuralPartialEq for BarrierId
Auto Trait Implementations§
impl Freeze for BarrierId
impl RefUnwindSafe for BarrierId
impl Send for BarrierId
impl Sync for BarrierId
impl Unpin for BarrierId
impl UnsafeUnpin for BarrierId
impl UnwindSafe for BarrierId
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