Struct windows_sys::Win32::System::Ioctl::STORAGE_PHYSICAL_NODE_DATA
[−]#[repr(C)]pub struct STORAGE_PHYSICAL_NODE_DATA {
pub NodeId: u32,
pub AdapterCount: u32,
pub AdapterDataLength: u32,
pub AdapterDataOffset: u32,
pub DeviceCount: u32,
pub DeviceDataLength: u32,
pub DeviceDataOffset: u32,
pub Reserved: [u32; 3],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
NodeId: u32
AdapterCount: u32
AdapterDataLength: u32
AdapterDataOffset: u32
DeviceCount: u32
DeviceDataLength: u32
DeviceDataOffset: u32
Reserved: [u32; 3]
Trait Implementations
impl Clone for STORAGE_PHYSICAL_NODE_DATA
impl Clone for STORAGE_PHYSICAL_NODE_DATA
impl Copy for STORAGE_PHYSICAL_NODE_DATA
Auto Trait Implementations
impl RefUnwindSafe for STORAGE_PHYSICAL_NODE_DATA
impl Send for STORAGE_PHYSICAL_NODE_DATA
impl Sync for STORAGE_PHYSICAL_NODE_DATA
impl Unpin for STORAGE_PHYSICAL_NODE_DATA
impl UnwindSafe for STORAGE_PHYSICAL_NODE_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more