pub struct MemoryOrdering(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MemoryOrdering
impl Clone for MemoryOrdering
Source§fn clone(&self) -> MemoryOrdering
fn clone(&self) -> MemoryOrdering
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MemoryOrdering
Source§impl Debug for MemoryOrdering
impl Debug for MemoryOrdering
Source§impl From<u32> for MemoryOrdering
impl From<u32> for MemoryOrdering
Source§fn from(val: u32) -> MemoryOrdering
fn from(val: u32) -> MemoryOrdering
Converts to this type from the input type.
Source§impl Hash for MemoryOrdering
impl Hash for MemoryOrdering
Source§impl PartialEq for MemoryOrdering
impl PartialEq for MemoryOrdering
Source§fn eq(&self, other: &MemoryOrdering) -> bool
fn eq(&self, other: &MemoryOrdering) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MemoryOrdering
Auto Trait Implementations§
impl Freeze for MemoryOrdering
impl RefUnwindSafe for MemoryOrdering
impl Send for MemoryOrdering
impl Sync for MemoryOrdering
impl Unpin for MemoryOrdering
impl UnsafeUnpin for MemoryOrdering
impl UnwindSafe for MemoryOrdering
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