pub struct AuxPmuFormatType(pub u8);Expand description
PMU-specific trace format type
Tuple Fields§
§0: u8Implementations§
Source§impl AuxPmuFormatType
impl AuxPmuFormatType
pub const CORESIGHT: AuxPmuFormatType
pub const CORESIGHT_RAW: AuxPmuFormatType
Source§impl AuxPmuFormatType
impl AuxPmuFormatType
Sourcepub const fn new(value: u8) -> AuxPmuFormatType
pub const fn new(value: u8) -> AuxPmuFormatType
Create a new AuxPmuFormatType.
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§fn clone_from(&mut self, source: &Self)
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<u8> for AuxPmuFormatType
impl From<u8> for AuxPmuFormatType
Source§fn from(value: u8) -> AuxPmuFormatType
fn from(value: u8) -> AuxPmuFormatType
Converts to this type from the input type.
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