#[repr(C)]pub struct _STORAGE_PHYSICAL_NODE_DATA {
pub NodeId: DWORD,
pub AdapterCount: DWORD,
pub AdapterDataLength: DWORD,
pub AdapterDataOffset: DWORD,
pub DeviceCount: DWORD,
pub DeviceDataLength: DWORD,
pub DeviceDataOffset: DWORD,
pub Reserved: [DWORD; 3],
}Fields§
§NodeId: DWORD§AdapterCount: DWORD§AdapterDataLength: DWORD§AdapterDataOffset: DWORD§DeviceCount: DWORD§DeviceDataLength: DWORD§DeviceDataOffset: DWORD§Reserved: [DWORD; 3]Trait Implementations§
Source§impl Clone for _STORAGE_PHYSICAL_NODE_DATA
impl Clone for _STORAGE_PHYSICAL_NODE_DATA
Source§fn clone(&self) -> _STORAGE_PHYSICAL_NODE_DATA
fn clone(&self) -> _STORAGE_PHYSICAL_NODE_DATA
Returns a duplicate 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 moreSource§impl Debug for _STORAGE_PHYSICAL_NODE_DATA
impl Debug for _STORAGE_PHYSICAL_NODE_DATA
impl Copy 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