pub struct Cmpxchg16b { /* private fields */ }Implementations§
Source§impl Cmpxchg16b
impl Cmpxchg16b
Sourcepub unsafe fn new_unchecked() -> Self
pub unsafe fn new_unchecked() -> Self
§Safety
requires the corresponding feature
pub fn try_new() -> Option<Self>
pub fn is_available() -> bool
Trait Implementations§
Source§impl Clone for Cmpxchg16b
impl Clone for Cmpxchg16b
Source§fn clone(&self) -> Cmpxchg16b
fn clone(&self) -> Cmpxchg16b
Returns a duplicate 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 Cmpxchg16b
impl Debug for Cmpxchg16b
impl Copy for Cmpxchg16b
Auto Trait Implementations§
impl Freeze for Cmpxchg16b
impl RefUnwindSafe for Cmpxchg16b
impl Send for Cmpxchg16b
impl Sync for Cmpxchg16b
impl Unpin for Cmpxchg16b
impl UnwindSafe for Cmpxchg16b
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