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 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 moreSource§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
impl Copy for MemoryOrdering
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)