Struct windows_sys::Win32::Storage::IscsiDisc::ISCSI_DEVICE_ON_SESSIONW
[−]#[repr(C)]pub struct ISCSI_DEVICE_ON_SESSIONW {
pub InitiatorName: [u16; 256],
pub TargetName: [u16; 224],
pub ScsiAddress: SCSI_ADDRESS,
pub DeviceInterfaceType: GUID,
pub DeviceInterfaceName: [u16; 260],
pub LegacyName: [u16; 260],
pub StorageDeviceNumber: STORAGE_DEVICE_NUMBER,
pub DeviceInstance: u32,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
, "Win32_System_Ioctl"
Fields
InitiatorName: [u16; 256]
TargetName: [u16; 224]
ScsiAddress: SCSI_ADDRESS
DeviceInterfaceType: GUID
DeviceInterfaceName: [u16; 260]
LegacyName: [u16; 260]
StorageDeviceNumber: STORAGE_DEVICE_NUMBER
DeviceInstance: u32
Trait Implementations
impl Clone for ISCSI_DEVICE_ON_SESSIONW
impl Clone for ISCSI_DEVICE_ON_SESSIONW
impl Copy for ISCSI_DEVICE_ON_SESSIONW
Auto Trait Implementations
impl RefUnwindSafe for ISCSI_DEVICE_ON_SESSIONW
impl Send for ISCSI_DEVICE_ON_SESSIONW
impl Sync for ISCSI_DEVICE_ON_SESSIONW
impl Unpin for ISCSI_DEVICE_ON_SESSIONW
impl UnwindSafe for ISCSI_DEVICE_ON_SESSIONW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more