Enum qapi_qmp::BiosAtaTranslation [−][src]
pub enum BiosAtaTranslation {
auto,
none,
lba,
large,
rechs,
}Variants
autononelbalargerechs
Trait Implementations
impl Debug for BiosAtaTranslation[src]
impl Debug for BiosAtaTranslationfn 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 BiosAtaTranslation[src]
impl Clone for BiosAtaTranslationfn clone(&self) -> BiosAtaTranslation[src]
fn clone(&self) -> BiosAtaTranslationReturns 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 BiosAtaTranslation
impl Send for BiosAtaTranslationimpl Sync for BiosAtaTranslation
impl Sync for BiosAtaTranslation