#[repr(C, align(8))]pub struct perf_mem_data_src__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields§
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations§
Source§impl perf_mem_data_src__bindgen_ty_1
impl perf_mem_data_src__bindgen_ty_1
pub fn mem_op(&self) -> __u64
pub fn set_mem_op(&mut self, val: __u64)
pub fn mem_lvl(&self) -> __u64
pub fn set_mem_lvl(&mut self, val: __u64)
pub fn mem_snoop(&self) -> __u64
pub fn set_mem_snoop(&mut self, val: __u64)
pub fn mem_lock(&self) -> __u64
pub fn set_mem_lock(&mut self, val: __u64)
pub fn mem_dtlb(&self) -> __u64
pub fn set_mem_dtlb(&mut self, val: __u64)
pub fn mem_lvl_num(&self) -> __u64
pub fn set_mem_lvl_num(&mut self, val: __u64)
pub fn mem_remote(&self) -> __u64
pub fn set_mem_remote(&mut self, val: __u64)
pub fn mem_snoopx(&self) -> __u64
pub fn set_mem_snoopx(&mut self, val: __u64)
pub fn mem_blk(&self) -> __u64
pub fn set_mem_blk(&mut self, val: __u64)
pub fn mem_hops(&self) -> __u64
pub fn set_mem_hops(&mut self, val: __u64)
pub fn mem_rsvd(&self) -> __u64
pub fn set_mem_rsvd(&mut self, val: __u64)
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_blk: __u64, mem_hops: __u64, mem_rsvd: __u64, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for perf_mem_data_src__bindgen_ty_1
impl Clone for perf_mem_data_src__bindgen_ty_1
Source§fn clone(&self) -> perf_mem_data_src__bindgen_ty_1
fn clone(&self) -> perf_mem_data_src__bindgen_ty_1
Returns a copy 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 Default for perf_mem_data_src__bindgen_ty_1
impl Default for perf_mem_data_src__bindgen_ty_1
Source§fn default() -> perf_mem_data_src__bindgen_ty_1
fn default() -> perf_mem_data_src__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for perf_mem_data_src__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for perf_mem_data_src__bindgen_ty_1
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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)