Enum qapi_qmp::OffAutoPCIBAR [−][src]
pub enum OffAutoPCIBAR {
off,
auto,
bar0,
bar1,
bar2,
bar3,
bar4,
bar5,
}Variants
offautobar0bar1bar2bar3bar4bar5
Trait Implementations
impl Debug for OffAutoPCIBAR[src]
impl Debug for OffAutoPCIBARfn 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 OffAutoPCIBAR[src]
impl Clone for OffAutoPCIBARfn clone(&self) -> OffAutoPCIBAR[src]
fn clone(&self) -> OffAutoPCIBARReturns 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 OffAutoPCIBAR
impl Send for OffAutoPCIBARimpl Sync for OffAutoPCIBAR
impl Sync for OffAutoPCIBAR