Struct panda_sys::q_obj_block_commit_arg[][src]

#[repr(C)]
pub struct q_obj_block_commit_arg {
Show fields pub has_job_id: bool, pub job_id: *mut c_char, pub device: *mut c_char, pub has_base: bool, pub base: *mut c_char, pub has_top: bool, pub top: *mut c_char, pub has_backing_file: bool, pub backing_file: *mut c_char, pub has_speed: bool, pub speed: i64, pub has_filter_node_name: bool, pub filter_node_name: *mut c_char,
}

Fields

has_job_id: booljob_id: *mut c_chardevice: *mut c_charhas_base: boolbase: *mut c_charhas_top: booltop: *mut c_charhas_backing_file: boolbacking_file: *mut c_charhas_speed: boolspeed: i64has_filter_node_name: boolfilter_node_name: *mut c_char

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.