Struct qapi_qga::GuestIpAddress
[−]
[src]
pub struct GuestIpAddress { pub ip_address: String, pub ip_address_type: GuestIpAddressType, pub prefix: isize, }
Fields
ip_address: String
ip_address_type: GuestIpAddressType
prefix: isize
Trait Implementations
impl Debug for GuestIpAddress
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for GuestIpAddress
[src]
fn clone(&self) -> GuestIpAddress
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more