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: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsQcow2impl !Send for BlockdevOptionsQcow2impl !Sync for BlockdevOptionsQcow2impl Unpin for BlockdevOptionsQcow2impl UnwindSafe for BlockdevOptionsQcow2Blanket Implementations
Mutably borrows from an owned value. Read more