#[repr(C)]pub struct SYSTEM_MEMORY_TOPOLOGY_INFORMATION {
pub NumberOfRuns: u64,
pub NumberOfNodes: u32,
pub NumberOfChannels: u32,
pub Run: [PHYSICAL_CHANNEL_RUN; 1],
}Fieldsยง
ยงNumberOfRuns: u64ยงNumberOfNodes: u32ยงNumberOfChannels: u32ยงRun: [PHYSICAL_CHANNEL_RUN; 1]Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_MEMORY_TOPOLOGY_INFORMATION
impl Send for SYSTEM_MEMORY_TOPOLOGY_INFORMATION
impl Sync for SYSTEM_MEMORY_TOPOLOGY_INFORMATION
impl Unpin for SYSTEM_MEMORY_TOPOLOGY_INFORMATION
impl UnwindSafe for SYSTEM_MEMORY_TOPOLOGY_INFORMATION
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