Struct x11_dl::xlib::XHostAddress [] [src]

pub struct XHostAddress {
    pub family: c_int,
    pub length: c_int,
    pub address: *mut c_char,
}

Fields

Trait Implementations

impl PartialEq for XHostAddress
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for XHostAddress
[src]

impl Clone for XHostAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more