Enum qapi_qmp::BlockdevDriver [−][src]
pub enum BlockdevDriver {
blkdebug,
blklogwrites,
blkverify,
bochs,
cloop,
copy_on_read,
dmg,
file,
ftp,
ftps,
gluster,
host_cdrom,
host_device,
http,
https,
iscsi,
luks,
nbd,
nfs,
null_aio,
null_co,
nvme,
parallels,
qcow,
qcow2,
qed,
quorum,
raw,
rbd,
replication,
sheepdog,
ssh,
throttle,
vdi,
vhdx,
vmdk,
vpc,
vvfat,
vxhs,
}Variants
blkdebugblklogwritesblkverifybochscloopcopy_on_readdmgfileftpftpsglusterhost_cdromhost_devicehttphttpsiscsiluksnbdnfsnull_aionull_convmeparallelsqcowqcow2qedquorumrawrbdreplicationsheepdogsshthrottlevdivhdxvmdkvpcvvfatvxhs
Trait Implementations
impl Debug for BlockdevDriver[src]
impl Debug for BlockdevDriverfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for BlockdevDriver[src]
impl Clone for BlockdevDriverfn clone(&self) -> BlockdevDriver[src]
fn clone(&self) -> BlockdevDriverReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BlockdevDriver
impl Send for BlockdevDriverimpl Sync for BlockdevDriver
impl Sync for BlockdevDriver