pub struct AuxPmuFormatType(pub u8);
Expand description
PMU-specific trace format type
Tuple Fields§
§0: u8
Implementations§
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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuxPmuFormatType
impl Debug for AuxPmuFormatType
Source§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
impl Copy for AuxPmuFormatType
impl Eq for AuxPmuFormatType
impl StructuralPartialEq for AuxPmuFormatType
Auto Trait Implementations§
impl Freeze for AuxPmuFormatType
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