Struct perf_event_data::AuxPmuFormatType
source · pub struct AuxPmuFormatType(pub u8);Expand description
PMU-specific trace format type
Tuple Fields§
§0: u8Implementations§
source§impl AuxPmuFormatType
impl AuxPmuFormatType
pub const CORESIGHT: Self = _
pub const CORESIGHT_RAW: Self = _
Trait Implementations§
source§impl Clone for AuxPmuFormatType
impl Clone for AuxPmuFormatType
source§fn clone(&self) -> AuxPmuFormatType
fn clone(&self) -> AuxPmuFormatType
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<AuxPmuFormatType> for u8
impl From<AuxPmuFormatType> for u8
source§fn from(value: AuxPmuFormatType) -> Self
fn from(value: AuxPmuFormatType) -> Self
Converts to this type from the input type.
source§impl From<u8> for AuxPmuFormatType
impl From<u8> for AuxPmuFormatType
source§impl Hash for AuxPmuFormatType
impl Hash for AuxPmuFormatType
source§impl PartialEq for AuxPmuFormatType
impl PartialEq for AuxPmuFormatType
source§fn eq(&self, other: &AuxPmuFormatType) -> bool
fn eq(&self, other: &AuxPmuFormatType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AuxPmuFormatType
impl Eq for AuxPmuFormatType
impl StructuralEq for AuxPmuFormatType
impl StructuralPartialEq for AuxPmuFormatType
Auto Trait Implementations§
impl RefUnwindSafe for AuxPmuFormatType
impl Send for AuxPmuFormatType
impl Sync for AuxPmuFormatType
impl Unpin for AuxPmuFormatType
impl UnwindSafe for AuxPmuFormatType
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