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
impl Debug for XHostAddress[src]
impl Debug for XHostAddressfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XHostAddress[src]
impl Clone for XHostAddressfn clone(&self) -> XHostAddress[src]
fn clone(&self) -> XHostAddressReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XHostAddress[src]
impl Copy for XHostAddressimpl PartialEq for XHostAddress[src]
impl PartialEq for XHostAddressfn eq(&self, other: &XHostAddress) -> bool[src]
fn eq(&self, other: &XHostAddress) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XHostAddress) -> bool[src]
fn ne(&self, other: &XHostAddress) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XHostAddress
impl !Send for XHostAddressimpl !Sync for XHostAddress
impl !Sync for XHostAddress