#[repr(C)]pub struct perf_event_attr {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for perf_event_attr
impl Clone for perf_event_attr
Source§fn clone(&self) -> perf_event_attr
fn clone(&self) -> perf_event_attr
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for perf_event_attr
impl Debug for perf_event_attr
impl Copy for perf_event_attr
Auto Trait Implementations§
impl Freeze for perf_event_attr
impl RefUnwindSafe for perf_event_attr
impl Send for perf_event_attr
impl Sync for perf_event_attr
impl Unpin for perf_event_attr
impl UnwindSafe for perf_event_attr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more