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