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

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

Fields

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

Methods

impl perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1[src]

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

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

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

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

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

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

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

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

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

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

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

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

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_____res: __u64
) -> __BindgenBitfieldUnit<[u8; 8], u64>
[src]

Trait Implementations

impl Clone for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1[src]

impl Copy for perf_event_mmap_page__bindgen_ty_1__bindgen_ty_1[src]

impl Debug for perf_event_mmap_page__bindgen_ty_1__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]