Enum qapi_qmp::FloppyDriveType [−][src]
pub enum FloppyDriveType {
_144,
_288,
_120,
none,
auto,
}Variants
_144_288_120noneauto
Trait Implementations
impl Debug for FloppyDriveType[src]
impl Debug for FloppyDriveTypefn 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 FloppyDriveType[src]
impl Clone for FloppyDriveTypefn clone(&self) -> FloppyDriveType[src]
fn clone(&self) -> FloppyDriveTypeReturns 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 FloppyDriveType
impl Send for FloppyDriveTypeimpl Sync for FloppyDriveType
impl Sync for FloppyDriveType