struct Pl030Snapshot {
counter_delta_time: u32,
match_value: u32,
interrupt_active: bool,
}Fields§
§counter_delta_time: u32§match_value: u32§interrupt_active: boolTrait Implementations§
Source§impl Debug for Pl030Snapshot
impl Debug for Pl030Snapshot
Source§impl<'de> Deserialize<'de> for Pl030Snapshot
impl<'de> Deserialize<'de> for Pl030Snapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Pl030Snapshot
impl RefUnwindSafe for Pl030Snapshot
impl Send for Pl030Snapshot
impl Sync for Pl030Snapshot
impl Unpin for Pl030Snapshot
impl UnwindSafe for Pl030Snapshot
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