Struct perf_event_data::NamespaceEntry
source · #[repr(C)]pub struct NamespaceEntry {
pub dev: u64,
pub inode: u64,
}Expand description
An individual namespace entry.
Fields§
§dev: u64The device ID.
inode: u64The inode number.
Trait Implementations§
source§impl Clone for NamespaceEntry
impl Clone for NamespaceEntry
source§fn clone(&self) -> NamespaceEntry
fn clone(&self) -> NamespaceEntry
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 NamespaceEntry
impl Debug for NamespaceEntry
source§impl Hash for NamespaceEntry
impl Hash for NamespaceEntry
source§impl<'p> Parse<'p> for NamespaceEntry
impl<'p> Parse<'p> for NamespaceEntry
source§impl PartialEq for NamespaceEntry
impl PartialEq for NamespaceEntry
source§fn eq(&self, other: &NamespaceEntry) -> bool
fn eq(&self, other: &NamespaceEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for NamespaceEntry
impl Eq for NamespaceEntry
impl StructuralEq for NamespaceEntry
impl StructuralPartialEq for NamespaceEntry
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceEntry
impl Send for NamespaceEntry
impl Sync for NamespaceEntry
impl Unpin for NamespaceEntry
impl UnwindSafe for NamespaceEntry
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