#[repr(transparent)]pub struct IntmLatency(pub u32);Expand description
Interrupt Latency for Monitor mon_index
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for IntmLatency
impl Clone for IntmLatency
Source§fn clone(&self) -> IntmLatency
fn clone(&self) -> IntmLatency
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 IntmLatency
impl Debug for IntmLatency
Source§impl Default for IntmLatency
impl Default for IntmLatency
Source§fn default() -> IntmLatency
fn default() -> IntmLatency
Returns the “default value” for a type. Read more
Source§impl PartialEq for IntmLatency
impl PartialEq for IntmLatency
impl Copy for IntmLatency
impl Eq for IntmLatency
impl StructuralPartialEq for IntmLatency
Auto Trait Implementations§
impl Freeze for IntmLatency
impl RefUnwindSafe for IntmLatency
impl Send for IntmLatency
impl Sync for IntmLatency
impl Unpin for IntmLatency
impl UnwindSafe for IntmLatency
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