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