Struct panda_sys::BlockdevOptionsQcow2[][src]

#[repr(C)]
pub struct BlockdevOptionsQcow2 {
Show fields pub file: *mut BlockdevRef, pub has_backing: bool, pub backing: *mut BlockdevRef, pub has_lazy_refcounts: bool, pub lazy_refcounts: bool, pub has_pass_discard_request: bool, pub pass_discard_request: bool, pub has_pass_discard_snapshot: bool, pub pass_discard_snapshot: bool, pub has_pass_discard_other: bool, pub pass_discard_other: bool, pub has_overlap_check: bool, pub overlap_check: *mut Qcow2OverlapChecks, pub has_cache_size: bool, pub cache_size: i64, pub has_l2_cache_size: bool, pub l2_cache_size: i64, pub has_refcount_cache_size: bool, pub refcount_cache_size: i64, pub has_cache_clean_interval: bool, pub cache_clean_interval: i64,
}

Fields

file: *mut BlockdevRefhas_backing: boolbacking: *mut BlockdevRefhas_lazy_refcounts: boollazy_refcounts: boolhas_pass_discard_request: boolpass_discard_request: boolhas_pass_discard_snapshot: boolpass_discard_snapshot: boolhas_pass_discard_other: boolpass_discard_other: boolhas_overlap_check: booloverlap_check: *mut Qcow2OverlapCheckshas_cache_size: boolcache_size: i64has_l2_cache_size: booll2_cache_size: i64has_refcount_cache_size: boolrefcount_cache_size: i64has_cache_clean_interval: boolcache_clean_interval: 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.