struct PersistedPartitionTopology {
topology: PartitionTopology,
cpus_with_mapped_interrupts_no_io: Vec<u32>,
cpus_with_outstanding_io: Vec<u32>,
}Expand description
State derived while constructing the partition topology from persisted state.
Fields§
§topology: PartitionTopology§cpus_with_mapped_interrupts_no_io: Vec<u32>§cpus_with_outstanding_io: Vec<u32>Trait Implementations§
Source§impl Debug for PersistedPartitionTopology
impl Debug for PersistedPartitionTopology
impl Eq for PersistedPartitionTopology
impl StructuralPartialEq for PersistedPartitionTopology
Auto Trait Implementations§
impl Freeze for PersistedPartitionTopology
impl RefUnwindSafe for PersistedPartitionTopology
impl Send for PersistedPartitionTopology
impl Sync for PersistedPartitionTopology
impl Unpin for PersistedPartitionTopology
impl UnwindSafe for PersistedPartitionTopology
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