Struct panda_sys::BlockdevOptionsGenericCOWFormat [−][src]
#[repr(C)]pub struct BlockdevOptionsGenericCOWFormat { pub file: *mut BlockdevRef, pub has_backing: bool, pub backing: *mut BlockdevRef, }
Fields
file: *mut BlockdevRefhas_backing: boolbacking: *mut BlockdevRefTrait Implementations
Auto Trait Implementations
impl !Send for BlockdevOptionsGenericCOWFormatimpl !Sync for BlockdevOptionsGenericCOWFormatimpl Unpin for BlockdevOptionsGenericCOWFormatBlanket Implementations
Mutably borrows from an owned value. Read more