Struct nc::types::perf_event_mmap_page_cap_detail_t[][src]

#[repr(C)]
pub struct perf_event_mmap_page_cap_detail_t { pub cap_bit0: u8, pub cap_bit0_is_deprecated: u8, pub cap_user_rdpmc: u8, pub cap_user_time: u8, pub cap_user_time_zero: u8, // some fields omitted }

Fields

cap_bit0: u8

Always 0, deprecated, see commit 860f085b74e9

cap_bit0_is_deprecated: u8

Always 1, signals that bit 0 is zero

cap_user_rdpmc: u8

The RDPMC instruction can be used to read counts

cap_user_time: u8

The time_* fields are used

cap_user_time_zero: u8

The time_zero field is used

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.