#[repr(C)]pub struct perf_event_query_bpf {
pub ids_len: __u32,
pub prog_cnt: __u32,
pub ids: __IncompleteArrayField<__u32>,
}Fields
ids_len: __u32prog_cnt: __u32ids: __IncompleteArrayField<__u32>Trait Implementations
sourceimpl Debug for perf_event_query_bpf
impl Debug for perf_event_query_bpf
sourceimpl Default for perf_event_query_bpf
impl Default for perf_event_query_bpf
sourcefn default() -> perf_event_query_bpf
fn default() -> perf_event_query_bpf
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for perf_event_query_bpf
impl Send for perf_event_query_bpf
impl Sync for perf_event_query_bpf
impl Unpin for perf_event_query_bpf
impl UnwindSafe for perf_event_query_bpf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more