[−][src]Struct perf_event_open_sys::bindings::perf_mem_data_src__bindgen_ty_1
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 8], u32>
Implementations
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]
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>
Trait Implementations
impl Clone for perf_mem_data_src__bindgen_ty_1
[src]
fn clone(&self) -> perf_mem_data_src__bindgen_ty_1
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for perf_mem_data_src__bindgen_ty_1
[src]
impl Debug for perf_mem_data_src__bindgen_ty_1
[src]
impl Default for perf_mem_data_src__bindgen_ty_1
[src]
Auto Trait Implementations
impl RefUnwindSafe for perf_mem_data_src__bindgen_ty_1
impl Send for perf_mem_data_src__bindgen_ty_1
impl Sync for perf_mem_data_src__bindgen_ty_1
impl Unpin for perf_mem_data_src__bindgen_ty_1
impl UnwindSafe for perf_mem_data_src__bindgen_ty_1
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,