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: u32PortNumber: u8PathId: u8TargetId: u8Lun: u8