Enum pfm_sys::perf_event_sample_format [−][src]
#[repr(u32)]
pub enum perf_event_sample_format {
Show variants
PERF_SAMPLE_IP,
PERF_SAMPLE_TID,
PERF_SAMPLE_TIME,
PERF_SAMPLE_ADDR,
PERF_SAMPLE_READ,
PERF_SAMPLE_CALLCHAIN,
PERF_SAMPLE_ID,
PERF_SAMPLE_CPU,
PERF_SAMPLE_PERIOD,
PERF_SAMPLE_STREAM_ID,
PERF_SAMPLE_RAW,
PERF_SAMPLE_BRANCH_STACK,
PERF_SAMPLE_REGS_USER,
PERF_SAMPLE_STACK_USER,
PERF_SAMPLE_WEIGHT,
PERF_SAMPLE_DATA_SRC,
PERF_SAMPLE_IDENTIFIER,
PERF_SAMPLE_TRANSACTION,
PERF_SAMPLE_REGS_INTR,
PERF_SAMPLE_PHYS_ADDR,
}Variants
Implementations
Trait Implementations
impl Clone for perf_event_sample_format[src]
impl Clone for perf_event_sample_format[src]fn clone(&self) -> perf_event_sample_format[src]
fn clone(&self) -> perf_event_sample_format[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for perf_event_sample_format[src]
impl Debug for perf_event_sample_format[src]impl Hash for perf_event_sample_format[src]
impl Hash for perf_event_sample_format[src]impl Copy for perf_event_sample_format[src]
impl Eq for perf_event_sample_format[src]
impl StructuralEq for perf_event_sample_format[src]
impl StructuralPartialEq for perf_event_sample_format[src]
Auto Trait Implementations
impl RefUnwindSafe for perf_event_sample_format
impl Send for perf_event_sample_format
impl Sync for perf_event_sample_format
impl Unpin for perf_event_sample_format
impl UnwindSafe for perf_event_sample_format
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more