Struct qapi_qmp::NetdevVmnetHostOptions
source · [−]pub struct NetdevVmnetHostOptions {
pub end_address: Option<String>,
pub isolated: Option<bool>,
pub net_uuid: Option<String>,
pub start_address: Option<String>,
pub subnet_mask: Option<String>,
}Fields
end_address: Option<String>isolated: Option<bool>net_uuid: Option<String>start_address: Option<String>subnet_mask: Option<String>Trait Implementations
sourceimpl Clone for NetdevVmnetHostOptions
impl Clone for NetdevVmnetHostOptions
sourcefn clone(&self) -> NetdevVmnetHostOptions
fn clone(&self) -> NetdevVmnetHostOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for NetdevVmnetHostOptions
impl Debug for NetdevVmnetHostOptions
sourceimpl Default for NetdevVmnetHostOptions
impl Default for NetdevVmnetHostOptions
sourcefn default() -> NetdevVmnetHostOptions
fn default() -> NetdevVmnetHostOptions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NetdevVmnetHostOptions
impl<'de> Deserialize<'de> for NetdevVmnetHostOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for NetdevVmnetHostOptions
impl Serialize for NetdevVmnetHostOptions
Auto Trait Implementations
impl RefUnwindSafe for NetdevVmnetHostOptions
impl Send for NetdevVmnetHostOptions
impl Sync for NetdevVmnetHostOptions
impl Unpin for NetdevVmnetHostOptions
impl UnwindSafe for NetdevVmnetHostOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more