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