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 XHostAddress
fn eq(&self, __arg_0: &XHostAddress) -> bool
fn ne(&self, __arg_0: &XHostAddress) -> bool
impl Copy for XHostAddress
impl Clone for XHostAddress
fn clone(&self) -> XHostAddress
fn 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
).