pub struct SampleRegsAbi(pub u64);Expand description
ABI of the program when sampling registers.
Tuple Fields§
§0: u64Implementations§
Source§impl SampleRegsAbi
impl SampleRegsAbi
Trait Implementations§
Source§impl Clone for SampleRegsAbi
impl Clone for SampleRegsAbi
Source§fn clone(&self) -> SampleRegsAbi
fn clone(&self) -> SampleRegsAbi
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 SampleRegsAbi
impl Debug for SampleRegsAbi
Source§impl From<SampleRegsAbi> for u64
impl From<SampleRegsAbi> for u64
Source§fn from(value: SampleRegsAbi) -> Self
fn from(value: SampleRegsAbi) -> Self
Converts to this type from the input type.
Source§impl From<u64> for SampleRegsAbi
impl From<u64> for SampleRegsAbi
Source§impl Hash for SampleRegsAbi
impl Hash for SampleRegsAbi
Source§impl<'p> Parse<'p> for SampleRegsAbi
impl<'p> Parse<'p> for SampleRegsAbi
Source§impl PartialEq for SampleRegsAbi
impl PartialEq for SampleRegsAbi
impl Copy for SampleRegsAbi
impl Eq for SampleRegsAbi
impl StructuralPartialEq for SampleRegsAbi
Auto Trait Implementations§
impl Freeze for SampleRegsAbi
impl RefUnwindSafe for SampleRegsAbi
impl Send for SampleRegsAbi
impl Sync for SampleRegsAbi
impl Unpin for SampleRegsAbi
impl UnwindSafe for SampleRegsAbi
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