pub struct InterruptSnapshot {
interrupt_status: usize,
}Fields§
§interrupt_status: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for InterruptSnapshot
impl<'de> Deserialize<'de> for InterruptSnapshot
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 InterruptSnapshot
impl RefUnwindSafe for InterruptSnapshot
impl Send for InterruptSnapshot
impl Sync for InterruptSnapshot
impl Unpin for InterruptSnapshot
impl UnwindSafe for InterruptSnapshot
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