#[repr(C)]
pub union perf_mem_data_src {
pub val: __u64,
pub __bindgen_anon_1: perf_mem_data_src__bindgen_ty_1,
}
Fields
val: __u64
__bindgen_anon_1: perf_mem_data_src__bindgen_ty_1
Trait Implementations
sourceimpl Clone for perf_mem_data_src
impl Clone for perf_mem_data_src
sourcefn clone(&self) -> perf_mem_data_src
fn clone(&self) -> perf_mem_data_src
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 more
sourceimpl Default for perf_mem_data_src
impl Default for perf_mem_data_src
impl Copy for perf_mem_data_src
Auto Trait Implementations
impl RefUnwindSafe for perf_mem_data_src
impl Send for perf_mem_data_src
impl Sync for perf_mem_data_src
impl Unpin for perf_mem_data_src
impl UnwindSafe for perf_mem_data_src
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