Struct qapi_qga::GuestIpAddress [−][src]
pub struct GuestIpAddress { pub ip_address_type: GuestIpAddressType, pub prefix: isize, pub ip_address: String, }
Fields
ip_address_type: GuestIpAddressType
prefix: isize
ip_address: String
Trait Implementations
impl Debug for GuestIpAddress
[src]
impl Debug for GuestIpAddress
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 GuestIpAddress
[src]
impl Clone for GuestIpAddress
fn clone(&self) -> GuestIpAddress
[src]
fn clone(&self) -> GuestIpAddress
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 GuestIpAddress
impl Send for GuestIpAddress
impl Sync for GuestIpAddress
impl Sync for GuestIpAddress