struct HintsEventRecord {
pid: i32,
tgid: i32,
hints: u64,
timestamp: u64,
}Fields§
§pid: i32§tgid: i32§hints: u64§timestamp: u64Trait Implementations§
Source§impl Clone for HintsEventRecord
impl Clone for HintsEventRecord
Source§fn clone(&self) -> HintsEventRecord
fn clone(&self) -> HintsEventRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HintsEventRecord
impl Debug for HintsEventRecord
Auto Trait Implementations§
impl Freeze for HintsEventRecord
impl RefUnwindSafe for HintsEventRecord
impl Send for HintsEventRecord
impl Sync for HintsEventRecord
impl Unpin for HintsEventRecord
impl UnsafeUnpin for HintsEventRecord
impl UnwindSafe for HintsEventRecord
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