Struct windows_sys::Win32::Storage::IscsiDisc::SCSI_ADDRESS
#[repr(C)]pub struct SCSI_ADDRESS {
pub Length: u32,
pub PortNumber: u8,
pub PathId: u8,
pub TargetId: u8,
pub Lun: u8,
}Expand description
Required features: "Win32_Storage_IscsiDisc"
Fields§
§Length: u32§PortNumber: u8§PathId: u8§TargetId: u8§Lun: u8