Struct windows::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,
}
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
§fn clone(&self) -> ISCSI_DEVICE_ON_SESSIONW
fn clone(&self) -> ISCSI_DEVICE_ON_SESSIONW
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 Debug for ISCSI_DEVICE_ON_SESSIONW
impl Debug for ISCSI_DEVICE_ON_SESSIONW
§impl Default for ISCSI_DEVICE_ON_SESSIONW
impl Default for ISCSI_DEVICE_ON_SESSIONW
§impl PartialEq for ISCSI_DEVICE_ON_SESSIONW
impl PartialEq for ISCSI_DEVICE_ON_SESSIONW
§fn eq(&self, other: &ISCSI_DEVICE_ON_SESSIONW) -> bool
fn eq(&self, other: &ISCSI_DEVICE_ON_SESSIONW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ISCSI_DEVICE_ON_SESSIONW
impl Eq for ISCSI_DEVICE_ON_SESSIONW
impl StructuralPartialEq for ISCSI_DEVICE_ON_SESSIONW
Auto Trait Implementations§
impl Freeze for ISCSI_DEVICE_ON_SESSIONW
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§
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
)