pub struct SampleRegsAbi(pub u64);Expand description
ABI of the program when sampling registers.
Tuple Fields§
§0: u64Implementations§
Source§impl SampleRegsAbi
impl SampleRegsAbi
pub const NONE: SampleRegsAbi
pub const ABI_32: SampleRegsAbi
pub const ABI_64: SampleRegsAbi
Source§impl SampleRegsAbi
impl SampleRegsAbi
Sourcepub const fn new(value: u64) -> SampleRegsAbi
pub const fn new(value: u64) -> SampleRegsAbi
Create a new 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<u64> for SampleRegsAbi
impl From<u64> for SampleRegsAbi
Source§fn from(value: u64) -> SampleRegsAbi
fn from(value: u64) -> SampleRegsAbi
Converts to this type from the input type.
Source§impl Hash for SampleRegsAbi
impl Hash for SampleRegsAbi
Source§impl<'p> Parse<'p> for SampleRegsAbi
impl<'p> Parse<'p> for SampleRegsAbi
Source§fn parse<B, E>(p: &mut Parser<B, E>) -> Result<SampleRegsAbi, ParseError>
fn parse<B, E>(p: &mut Parser<B, E>) -> Result<SampleRegsAbi, ParseError>
Parse
Self using the provided Parser instance.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