Implement Eq, PartialEq and Hash for atomic::Ordering
This commit is contained in:
parent
748d354af3
commit
cd70d7df7b
@ -188,7 +188,7 @@ unsafe impl<T> Sync for AtomicPtr<T> {}
|
|||||||
/// [Ordering::Relaxed]: #variant.Relaxed
|
/// [Ordering::Relaxed]: #variant.Relaxed
|
||||||
/// [Ordering::SeqCst]: #variant.SeqCst
|
/// [Ordering::SeqCst]: #variant.SeqCst
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
#[derive(Copy, Clone, Debug)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
|
||||||
#[non_exhaustive]
|
#[non_exhaustive]
|
||||||
pub enum Ordering {
|
pub enum Ordering {
|
||||||
/// No ordering constraints, only atomic operations.
|
/// No ordering constraints, only atomic operations.
|
||||||
|
Loading…
Reference in New Issue
Block a user