Struct panda_sys::Qcow2OverlapCheckFlags[][src]

#[repr(C)]
pub struct Qcow2OverlapCheckFlags {
Show 18 fields pub has_q_template: bool, pub q_template: Qcow2OverlapCheckMode, pub has_main_header: bool, pub main_header: bool, pub has_active_l1: bool, pub active_l1: bool, pub has_active_l2: bool, pub active_l2: bool, pub has_refcount_table: bool, pub refcount_table: bool, pub has_refcount_block: bool, pub refcount_block: bool, pub has_snapshot_table: bool, pub snapshot_table: bool, pub has_inactive_l1: bool, pub inactive_l1: bool, pub has_inactive_l2: bool, pub inactive_l2: bool,
}

Fields

has_q_template: boolq_template: Qcow2OverlapCheckModehas_main_header: boolmain_header: boolhas_active_l1: boolactive_l1: boolhas_active_l2: boolactive_l2: boolhas_refcount_table: boolrefcount_table: boolhas_refcount_block: boolrefcount_block: boolhas_snapshot_table: boolsnapshot_table: boolhas_inactive_l1: boolinactive_l1: boolhas_inactive_l2: boolinactive_l2: bool

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.