#[repr(C)]pub struct perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u64; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields§
§_bitfield_align_1: [u64; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations§
Source§impl perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
pub fn cap_bit0(&self) -> __u64
pub fn set_cap_bit0(&mut self, val: __u64)
pub fn cap_bit0_is_deprecated(&self) -> __u64
pub fn set_cap_bit0_is_deprecated(&mut self, val: __u64)
pub fn cap_user_rdpmc(&self) -> __u64
pub fn set_cap_user_rdpmc(&mut self, val: __u64)
pub fn cap_user_time(&self) -> __u64
pub fn set_cap_user_time(&mut self, val: __u64)
pub fn cap_user_time_zero(&self) -> __u64
pub fn set_cap_user_time_zero(&mut self, val: __u64)
pub fn cap_user_time_short(&self) -> __u64
pub fn set_cap_user_time_short(&mut self, val: __u64)
pub fn cap_____res(&self) -> __u64
pub fn set_cap_____res(&mut self, val: __u64)
pub fn new_bitfield_1( cap_bit0: __u64, cap_bit0_is_deprecated: __u64, cap_user_rdpmc: __u64, cap_user_time: __u64, cap_user_time_zero: __u64, cap_user_time_short: __u64, cap_____res: __u64, ) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations§
Source§impl Clone for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl Clone for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> perf_event_mmap_page__bindgen_ty_1__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_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl Default for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
Source§fn default() -> perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
fn default() -> perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Copy for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl Send for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl Sync for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl Unpin for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for perf_event_mmap_page__bindgen_ty_1__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
)