Enum qapi_qmp::FloppyDriveType [−][src]
pub enum FloppyDriveType { _144, _288, _120, none, auto, }
Variants
_144
_288
_120
none
auto
Trait Implementations
impl Debug for FloppyDriveType
[src]
impl Debug for FloppyDriveType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for FloppyDriveType
[src]
impl Clone for FloppyDriveType
fn clone(&self) -> FloppyDriveType
[src]
fn clone(&self) -> FloppyDriveType
Returns 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 FloppyDriveType
impl Sync for FloppyDriveType
impl Sync for FloppyDriveType