Struct windows::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],
}
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
§fn clone(&self) -> STORAGE_PHYSICAL_NODE_DATA
fn clone(&self) -> STORAGE_PHYSICAL_NODE_DATA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for STORAGE_PHYSICAL_NODE_DATA
impl Debug for STORAGE_PHYSICAL_NODE_DATA
§impl Default for STORAGE_PHYSICAL_NODE_DATA
impl Default for STORAGE_PHYSICAL_NODE_DATA
§impl PartialEq for STORAGE_PHYSICAL_NODE_DATA
impl PartialEq for STORAGE_PHYSICAL_NODE_DATA
§fn eq(&self, other: &STORAGE_PHYSICAL_NODE_DATA) -> bool
fn eq(&self, other: &STORAGE_PHYSICAL_NODE_DATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STORAGE_PHYSICAL_NODE_DATA
impl Eq for STORAGE_PHYSICAL_NODE_DATA
impl StructuralPartialEq for STORAGE_PHYSICAL_NODE_DATA
Auto Trait Implementations§
impl Freeze for STORAGE_PHYSICAL_NODE_DATA
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)