#[repr(C)]
pub struct ISCSI_LOGIN_OPTIONS {
Show 13 fields pub Version: u32, pub InformationSpecified: u32, pub LoginFlags: u32, pub AuthType: ISCSI_AUTH_TYPES, pub HeaderDigest: ISCSI_DIGEST_TYPES, pub DataDigest: ISCSI_DIGEST_TYPES, pub MaximumConnections: u32, pub DefaultTime2Wait: u32, pub DefaultTime2Retain: u32, pub UsernameLength: u32, pub PasswordLength: u32, pub Username: *mut u8, pub Password: *mut u8,
}
Expand description

Required features: "Win32_Storage_IscsiDisc"

Fields

Version: u32InformationSpecified: u32LoginFlags: u32AuthType: ISCSI_AUTH_TYPESHeaderDigest: ISCSI_DIGEST_TYPESDataDigest: ISCSI_DIGEST_TYPESMaximumConnections: u32DefaultTime2Wait: u32DefaultTime2Retain: u32UsernameLength: u32PasswordLength: u32Username: *mut u8Password: *mut u8

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.