#[repr(C)]
pub union perf_event_attr__bindgen_ty_4 {
pub bp_len: __u64,
pub kprobe_addr: __u64,
pub probe_offset: __u64,
pub config2: __u64,
}
Fields
bp_len: __u64
kprobe_addr: __u64
probe_offset: __u64
config2: __u64
Trait Implementations
sourceimpl Clone for perf_event_attr__bindgen_ty_4
impl Clone for perf_event_attr__bindgen_ty_4
sourcefn clone(&self) -> perf_event_attr__bindgen_ty_4
fn clone(&self) -> perf_event_attr__bindgen_ty_4
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for perf_event_attr__bindgen_ty_4
impl Debug for perf_event_attr__bindgen_ty_4
impl Copy for perf_event_attr__bindgen_ty_4
Auto Trait Implementations
impl RefUnwindSafe for perf_event_attr__bindgen_ty_4
impl Send for perf_event_attr__bindgen_ty_4
impl Sync for perf_event_attr__bindgen_ty_4
impl Unpin for perf_event_attr__bindgen_ty_4
impl UnwindSafe for perf_event_attr__bindgen_ty_4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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