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)