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