Struct x11::xlib::XHostAddress
source · #[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§
source§impl Clone for XHostAddress
impl Clone for XHostAddress
source§fn clone(&self) -> XHostAddress
fn clone(&self) -> XHostAddress
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XHostAddress
impl Debug for XHostAddress
source§impl PartialEq<XHostAddress> for XHostAddress
impl PartialEq<XHostAddress> for XHostAddress
source§fn eq(&self, other: &XHostAddress) -> bool
fn eq(&self, other: &XHostAddress) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.