Struct perf_event_data::KSymbolType
source · pub struct KSymbolType(pub u16);Expand description
The type of the kernel symbol.
Tuple Fields§
§0: u16Implementations§
source§impl KSymbolType
impl KSymbolType
Trait Implementations§
source§impl Clone for KSymbolType
impl Clone for KSymbolType
source§fn clone(&self) -> KSymbolType
fn clone(&self) -> KSymbolType
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 From<KSymbolType> for u16
impl From<KSymbolType> for u16
source§fn from(value: KSymbolType) -> Self
fn from(value: KSymbolType) -> Self
Converts to this type from the input type.
source§impl From<u16> for KSymbolType
impl From<u16> for KSymbolType
source§impl Hash for KSymbolType
impl Hash for KSymbolType
source§impl<'p> Parse<'p> for KSymbolType
impl<'p> Parse<'p> for KSymbolType
source§impl PartialEq for KSymbolType
impl PartialEq for KSymbolType
source§fn eq(&self, other: &KSymbolType) -> bool
fn eq(&self, other: &KSymbolType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for KSymbolType
impl Eq for KSymbolType
impl StructuralEq for KSymbolType
impl StructuralPartialEq for KSymbolType
Auto Trait Implementations§
impl RefUnwindSafe for KSymbolType
impl Send for KSymbolType
impl Sync for KSymbolType
impl Unpin for KSymbolType
impl UnwindSafe for KSymbolType
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