#[repr(C)]
pub struct ISCSI_SESSION_INFO_EX {
Show 13 fields pub SessionId: ISCSI_UNIQUE_SESSION_ID, pub InitialR2t: BOOLEAN, pub ImmediateData: BOOLEAN, pub Type: u8, pub DataSequenceInOrder: BOOLEAN, pub DataPduInOrder: BOOLEAN, pub ErrorRecoveryLevel: u8, pub MaxOutstandingR2t: u32, pub FirstBurstLength: u32, pub MaxBurstLength: u32, pub MaximumConnections: u32, pub ConnectionCount: u32, pub Connections: *mut ISCSI_CONNECTION_INFO_EX,
}
Expand description

Required features: "Win32_Storage_IscsiDisc", "Win32_Foundation"

Fields

SessionId: ISCSI_UNIQUE_SESSION_IDInitialR2t: BOOLEANImmediateData: BOOLEANType: u8DataSequenceInOrder: BOOLEANDataPduInOrder: BOOLEANErrorRecoveryLevel: u8MaxOutstandingR2t: u32FirstBurstLength: u32MaxBurstLength: u32MaximumConnections: u32ConnectionCount: u32Connections: *mut ISCSI_CONNECTION_INFO_EX

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.