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
sourceimpl Clone for XHostAddress
impl Clone for XHostAddress
sourcefn clone(&self) -> XHostAddress
fn clone(&self) -> XHostAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XHostAddress
impl Debug for XHostAddress
sourceimpl PartialEq<XHostAddress> for XHostAddress
impl PartialEq<XHostAddress> for XHostAddress
sourcefn 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 ==
. Read more
impl Copy for XHostAddress
impl StructuralPartialEq for XHostAddress
Auto Trait Implementations
impl RefUnwindSafe for XHostAddress
impl !Send for XHostAddress
impl !Sync for XHostAddress
impl Unpin for XHostAddress
impl UnwindSafe for XHostAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more