Struct qapi_qmp::ChardevUdp[][src]

pub struct ChardevUdp {
    pub base: ChardevCommon,
    pub remote: SocketAddressLegacy,
    pub local: Option<SocketAddressLegacy>,
}

Fields

Trait Implementations

impl Debug for ChardevUdp
[src]

Formats the value using the given formatter. Read more

impl Clone for ChardevUdp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ChardevUdp

impl Sync for ChardevUdp