#[repr(u32)]pub enum perf_sample_regs_abi {
PERF_SAMPLE_REGS_ABI_NONE = 0,
PERF_SAMPLE_REGS_ABI_32 = 1,
PERF_SAMPLE_REGS_ABI_64 = 2,
}Variants§
Trait Implementations§
Source§impl Clone for perf_sample_regs_abi
impl Clone for perf_sample_regs_abi
Source§fn clone(&self) -> perf_sample_regs_abi
fn clone(&self) -> perf_sample_regs_abi
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 perf_sample_regs_abi
impl Debug for perf_sample_regs_abi
Source§impl Hash for perf_sample_regs_abi
impl Hash for perf_sample_regs_abi
Source§impl PartialEq for perf_sample_regs_abi
impl PartialEq for perf_sample_regs_abi
impl Copy for perf_sample_regs_abi
impl Eq for perf_sample_regs_abi
impl StructuralPartialEq for perf_sample_regs_abi
Auto Trait Implementations§
impl Freeze for perf_sample_regs_abi
impl RefUnwindSafe for perf_sample_regs_abi
impl Send for perf_sample_regs_abi
impl Sync for perf_sample_regs_abi
impl Unpin for perf_sample_regs_abi
impl UnwindSafe for perf_sample_regs_abi
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