Struct panda_sys::BlockdevOptionsBlkdebug[][src]

#[repr(C)]
pub struct BlockdevOptionsBlkdebug {
Show 19 fields pub image: *mut BlockdevRef, pub has_config: bool, pub config: *mut c_char, pub has_align: bool, pub align: i64, pub has_max_transfer: bool, pub max_transfer: i32, pub has_opt_write_zero: bool, pub opt_write_zero: i32, pub has_max_write_zero: bool, pub max_write_zero: i32, pub has_opt_discard: bool, pub opt_discard: i32, pub has_max_discard: bool, pub max_discard: i32, pub has_inject_error: bool, pub inject_error: *mut BlkdebugInjectErrorOptionsList, pub has_set_state: bool, pub set_state: *mut BlkdebugSetStateOptionsList,
}

Fields

image: *mut BlockdevRefhas_config: boolconfig: *mut c_charhas_align: boolalign: i64has_max_transfer: boolmax_transfer: i32has_opt_write_zero: boolopt_write_zero: i32has_max_write_zero: boolmax_write_zero: i32has_opt_discard: boolopt_discard: i32has_max_discard: boolmax_discard: i32has_inject_error: boolinject_error: *mut BlkdebugInjectErrorOptionsListhas_set_state: boolset_state: *mut BlkdebugSetStateOptionsList

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.