pub struct BaseAtomicCasp {
pub reg_type: u32,
pub x_offset: u32,
/* private fields */
}Fields§
§reg_type: u32§x_offset: u32Implementations§
Trait Implementations§
Source§impl Clone for BaseAtomicCasp
impl Clone for BaseAtomicCasp
Source§fn clone(&self) -> BaseAtomicCasp
fn clone(&self) -> BaseAtomicCasp
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 BaseAtomicCasp
impl Debug for BaseAtomicCasp
Source§impl Default for BaseAtomicCasp
impl Default for BaseAtomicCasp
Source§fn default() -> BaseAtomicCasp
fn default() -> BaseAtomicCasp
Returns the “default value” for a type. Read more
impl Copy for BaseAtomicCasp
Auto Trait Implementations§
impl Freeze for BaseAtomicCasp
impl RefUnwindSafe for BaseAtomicCasp
impl Send for BaseAtomicCasp
impl Sync for BaseAtomicCasp
impl Unpin for BaseAtomicCasp
impl UnsafeUnpin for BaseAtomicCasp
impl UnwindSafe for BaseAtomicCasp
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