#[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§
Source§impl Abi for STORAGE_PHYSICAL_NODE_DATA
impl Abi for STORAGE_PHYSICAL_NODE_DATA
Source§type Abi = STORAGE_PHYSICAL_NODE_DATA
type Abi = STORAGE_PHYSICAL_NODE_DATA
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_PHYSICAL_NODE_DATA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STORAGE_PHYSICAL_NODE_DATA
Source§impl Debug for STORAGE_PHYSICAL_NODE_DATA
impl Debug for STORAGE_PHYSICAL_NODE_DATA
Source§impl Default for STORAGE_PHYSICAL_NODE_DATA
impl Default for STORAGE_PHYSICAL_NODE_DATA
impl Eq 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 UnsafeUnpin 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