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_int
length: c_int
address: *mut c_char
Trait 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