struct KvmKernelIrqChipSnapshot {
routes: Vec<IrqRoute>,
apic_base: Vec<u64>,
interrupt_bitmap: Vec<[u64; 4]>,
}Fields§
§routes: Vec<IrqRoute>§apic_base: Vec<u64>§interrupt_bitmap: Vec<[u64; 4]>Trait Implementations§
Source§impl<'de> Deserialize<'de> for KvmKernelIrqChipSnapshot
impl<'de> Deserialize<'de> for KvmKernelIrqChipSnapshot
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 KvmKernelIrqChipSnapshot
impl RefUnwindSafe for KvmKernelIrqChipSnapshot
impl Send for KvmKernelIrqChipSnapshot
impl Sync for KvmKernelIrqChipSnapshot
impl Unpin for KvmKernelIrqChipSnapshot
impl UnwindSafe for KvmKernelIrqChipSnapshot
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