struct IrqChipSnapshot {
ioapic_state: IoapicState,
lapic_state: Vec<LapicState>,
pic_state_1: PicState,
pic_state_2: PicState,
pit_state: PitState,
chip_specific_state: AnySnapshot,
mp_state: Vec<MPState>,
}Fields§
§ioapic_state: IoapicState§lapic_state: Vec<LapicState>§pic_state_1: PicState§pic_state_2: PicState§pit_state: PitState§chip_specific_state: AnySnapshot§mp_state: Vec<MPState>Trait Implementations§
Source§impl<'de> Deserialize<'de> for IrqChipSnapshot
impl<'de> Deserialize<'de> for IrqChipSnapshot
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 IrqChipSnapshot
impl RefUnwindSafe for IrqChipSnapshot
impl Send for IrqChipSnapshot
impl Sync for IrqChipSnapshot
impl Unpin for IrqChipSnapshot
impl UnwindSafe for IrqChipSnapshot
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