Struct x11_dl::xlib::XHostAddress [−][src]
#[repr(C)]pub struct XHostAddress {
pub family: c_int,
pub length: c_int,
pub address: *mut c_char,
}Fields
family: c_intlength: c_intaddress: *mut c_charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XHostAddress
impl !Send for XHostAddress
impl !Sync for XHostAddress
impl Unpin for XHostAddress
impl UnwindSafe for XHostAddress
Blanket Implementations
Mutably borrows from an owned value. Read more
