Struct Hpms
#[repr(transparent)]pub struct Hpms(pub u32);
Expand description
This register is updated every time a Message ID filter element configured to generate a priority event match. This can be used to monitor the status of incoming high priority messages and to enable fast access to these messages.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Hpms
impl Eq for Hpms
impl StructuralPartialEq for Hpms
Auto Trait Implementations§
impl Freeze for Hpms
impl RefUnwindSafe for Hpms
impl Send for Hpms
impl Sync for Hpms
impl Unpin for Hpms
impl UnwindSafe for Hpms
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