[][src]Struct redbpf::sys::perf::perf_mem_data_src__bindgen_ty_1

#[repr(C)]
pub struct perf_mem_data_src__bindgen_ty_1 {
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>,
    pub __bindgen_align: [u64; 0],
}

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>__bindgen_align: [u64; 0]

Methods

impl perf_mem_data_src__bindgen_ty_1[src]

pub fn mem_op(&self) -> __u64[src]

pub fn set_mem_op(&mut self, val: __u64)[src]

pub fn mem_lvl(&self) -> __u64[src]

pub fn set_mem_lvl(&mut self, val: __u64)[src]

pub fn mem_snoop(&self) -> __u64[src]

pub fn set_mem_snoop(&mut self, val: __u64)[src]

pub fn mem_lock(&self) -> __u64[src]

pub fn set_mem_lock(&mut self, val: __u64)[src]

pub fn mem_dtlb(&self) -> __u64[src]

pub fn set_mem_dtlb(&mut self, val: __u64)[src]

pub fn mem_lvl_num(&self) -> __u64[src]

pub fn set_mem_lvl_num(&mut self, val: __u64)[src]

pub fn mem_remote(&self) -> __u64[src]

pub fn set_mem_remote(&mut self, val: __u64)[src]

pub fn mem_snoopx(&self) -> __u64[src]

pub fn set_mem_snoopx(&mut self, val: __u64)[src]

pub fn mem_rsvd(&self) -> __u64[src]

pub fn set_mem_rsvd(&mut self, val: __u64)[src]

pub fn new_bitfield_1(
    mem_op: __u64,
    mem_lvl: __u64,
    mem_snoop: __u64,
    mem_lock: __u64,
    mem_dtlb: __u64,
    mem_lvl_num: __u64,
    mem_remote: __u64,
    mem_snoopx: __u64,
    mem_rsvd: __u64
) -> __BindgenBitfieldUnit<[u8; 8], u32>
[src]

Trait Implementations

impl Clone for perf_mem_data_src__bindgen_ty_1[src]

impl Copy for perf_mem_data_src__bindgen_ty_1[src]

impl Debug for perf_mem_data_src__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]