Struct windows::Win32::System::Ioctl::STORAGE_PHYSICAL_ADAPTER_DATA
#[repr(C)]pub struct STORAGE_PHYSICAL_ADAPTER_DATA {
pub AdapterId: u32,
pub HealthStatus: STORAGE_COMPONENT_HEALTH_STATUS,
pub CommandProtocol: STORAGE_PROTOCOL_TYPE,
pub SpecVersion: STORAGE_SPEC_VERSION,
pub Vendor: [u8; 8],
pub Model: [u8; 40],
pub FirmwareRevision: [u8; 16],
pub PhysicalLocation: [u8; 32],
pub ExpanderConnected: BOOLEAN,
pub Reserved0: [u8; 3],
pub Reserved1: [u32; 3],
}
Fields§
§AdapterId: u32
§HealthStatus: STORAGE_COMPONENT_HEALTH_STATUS
§CommandProtocol: STORAGE_PROTOCOL_TYPE
§SpecVersion: STORAGE_SPEC_VERSION
§Vendor: [u8; 8]
§Model: [u8; 40]
§FirmwareRevision: [u8; 16]
§PhysicalLocation: [u8; 32]
§ExpanderConnected: BOOLEAN
§Reserved0: [u8; 3]
§Reserved1: [u32; 3]
Trait Implementations§
§impl Clone for STORAGE_PHYSICAL_ADAPTER_DATA
impl Clone for STORAGE_PHYSICAL_ADAPTER_DATA
§fn clone(&self) -> STORAGE_PHYSICAL_ADAPTER_DATA
fn clone(&self) -> STORAGE_PHYSICAL_ADAPTER_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 Default for STORAGE_PHYSICAL_ADAPTER_DATA
impl Default for STORAGE_PHYSICAL_ADAPTER_DATA
impl Copy for STORAGE_PHYSICAL_ADAPTER_DATA
Auto Trait Implementations§
impl Freeze for STORAGE_PHYSICAL_ADAPTER_DATA
impl RefUnwindSafe for STORAGE_PHYSICAL_ADAPTER_DATA
impl Send for STORAGE_PHYSICAL_ADAPTER_DATA
impl Sync for STORAGE_PHYSICAL_ADAPTER_DATA
impl Unpin for STORAGE_PHYSICAL_ADAPTER_DATA
impl UnwindSafe for STORAGE_PHYSICAL_ADAPTER_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
)