Struct x11::xlib::XHostAddress
[-] [+]
[src]
pub struct XHostAddress {
pub family: c_int,
pub length: c_int,
pub address: *mut c_char,
}Fields
family | |
length | |
address |
pub struct XHostAddress {
pub family: c_int,
pub length: c_int,
pub address: *mut c_char,
}family | |
length | |
address |
impl PartialEq for XHostAddressfn eq(&self, __arg_0: &XHostAddress) -> boolfn ne(&self, __arg_0: &XHostAddress) -> boolimpl Copy for XHostAddressimpl Clone for XHostAddressfn clone(&self) -> XHostAddressfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).