Struct qapi_qga::GuestIpAddress[][src]

pub struct GuestIpAddress {
    pub ip_address_type: GuestIpAddressType,
    pub prefix: isize,
    pub ip_address: String,
}

Fields

Trait Implementations

impl Debug for GuestIpAddress
[src]

Formats the value using the given formatter. Read more

impl Clone for GuestIpAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GuestIpAddress

impl Sync for GuestIpAddress