Struct panda_sys::BlockdevOptionsIscsi[][src]

#[repr(C)]
pub struct BlockdevOptionsIscsi {
Show 15 fields pub transport: IscsiTransport, pub portal: *mut c_char, pub target: *mut c_char, pub has_lun: bool, pub lun: i64, pub has_user: bool, pub user: *mut c_char, pub has_password_secret: bool, pub password_secret: *mut c_char, pub has_initiator_name: bool, pub initiator_name: *mut c_char, pub has_header_digest: bool, pub header_digest: IscsiHeaderDigest, pub has_timeout: bool, pub timeout: i64,
}

Fields

transport: IscsiTransportportal: *mut c_chartarget: *mut c_charhas_lun: boollun: i64has_user: booluser: *mut c_charhas_password_secret: boolpassword_secret: *mut c_charhas_initiator_name: boolinitiator_name: *mut c_charhas_header_digest: boolheader_digest: IscsiHeaderDigesthas_timeout: booltimeout: i64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.