Union panda_sys::BlockdevOptions__bindgen_ty_1[][src]

#[repr(C)]
pub union BlockdevOptions__bindgen_ty_1 {
Show 34 fields pub blkdebug: BlockdevOptionsBlkdebug, pub blkverify: BlockdevOptionsBlkverify, pub bochs: BlockdevOptionsGenericFormat, pub cloop: BlockdevOptionsGenericFormat, pub dmg: BlockdevOptionsGenericFormat, pub file: BlockdevOptionsFile, pub ftp: BlockdevOptionsCurlFtp, pub ftps: BlockdevOptionsCurlFtps, pub gluster: BlockdevOptionsGluster, pub host_cdrom: BlockdevOptionsFile, pub host_device: BlockdevOptionsFile, pub http: BlockdevOptionsCurlHttp, pub https: BlockdevOptionsCurlHttps, pub iscsi: BlockdevOptionsIscsi, pub luks: BlockdevOptionsLUKS, pub nbd: BlockdevOptionsNbd, pub nfs: BlockdevOptionsNfs, pub null_aio: BlockdevOptionsNull, pub null_co: BlockdevOptionsNull, pub parallels: BlockdevOptionsGenericFormat, pub qcow2: BlockdevOptionsQcow2, pub qcow: BlockdevOptionsGenericCOWFormat, pub qed: BlockdevOptionsGenericCOWFormat, pub quorum: BlockdevOptionsQuorum, pub raw: BlockdevOptionsRaw, pub rbd: BlockdevOptionsRbd, pub replication: BlockdevOptionsReplication, pub sheepdog: BlockdevOptionsSheepdog, pub ssh: BlockdevOptionsSsh, pub vdi: BlockdevOptionsGenericFormat, pub vhdx: BlockdevOptionsGenericFormat, pub vmdk: BlockdevOptionsGenericCOWFormat, pub vpc: BlockdevOptionsGenericFormat, pub vvfat: BlockdevOptionsVVFAT,
}

Fields

blkdebug: BlockdevOptionsBlkdebugblkverify: BlockdevOptionsBlkverifybochs: BlockdevOptionsGenericFormatcloop: BlockdevOptionsGenericFormatdmg: BlockdevOptionsGenericFormatfile: BlockdevOptionsFileftp: BlockdevOptionsCurlFtpftps: BlockdevOptionsCurlFtpsgluster: BlockdevOptionsGlusterhost_cdrom: BlockdevOptionsFilehost_device: BlockdevOptionsFilehttp: BlockdevOptionsCurlHttphttps: BlockdevOptionsCurlHttpsiscsi: BlockdevOptionsIscsiluks: BlockdevOptionsLUKSnbd: BlockdevOptionsNbdnfs: BlockdevOptionsNfsnull_aio: BlockdevOptionsNullnull_co: BlockdevOptionsNullparallels: BlockdevOptionsGenericFormatqcow2: BlockdevOptionsQcow2qcow: BlockdevOptionsGenericCOWFormatqed: BlockdevOptionsGenericCOWFormatquorum: BlockdevOptionsQuorumraw: BlockdevOptionsRawrbd: BlockdevOptionsRbdreplication: BlockdevOptionsReplicationsheepdog: BlockdevOptionsSheepdogssh: BlockdevOptionsSshvdi: BlockdevOptionsGenericFormatvhdx: BlockdevOptionsGenericFormatvmdk: BlockdevOptionsGenericCOWFormatvpc: BlockdevOptionsGenericFormatvvfat: BlockdevOptionsVVFAT

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.