Struct linux_perf_event_reader::LostRecord
source · pub struct LostRecord {
pub id: u64,
pub count: u64,
}Fields§
§id: u64§count: u64Implementations§
Trait Implementations§
source§impl Clone for LostRecord
impl Clone for LostRecord
source§fn clone(&self) -> LostRecord
fn clone(&self) -> LostRecord
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 LostRecord
impl Debug for LostRecord
source§impl PartialEq for LostRecord
impl PartialEq for LostRecord
source§fn eq(&self, other: &LostRecord) -> bool
fn eq(&self, other: &LostRecord) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for LostRecord
impl StructuralPartialEq for LostRecord
Auto Trait Implementations§
impl RefUnwindSafe for LostRecord
impl Send for LostRecord
impl Sync for LostRecord
impl Unpin for LostRecord
impl UnwindSafe for LostRecord
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