Struct gdk_x11_sys::xlib::XHostAddress [−]
Fields
family: i32length: i32address: *mut i8Trait Implementations
impl Clone for XHostAddress
impl Clone for XHostAddresspub fn clone(&self) -> XHostAddress
pub fn clone(&self) -> XHostAddressReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XHostAddress
impl Debug for XHostAddressimpl PartialEq<XHostAddress> for XHostAddress
impl PartialEq<XHostAddress> for XHostAddresspub fn eq(&self, other: &XHostAddress) -> bool
pub fn eq(&self, other: &XHostAddress) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XHostAddress) -> bool
pub fn ne(&self, other: &XHostAddress) -> boolThis method tests for !=.
impl Copy for XHostAddressimpl StructuralPartialEq for XHostAddressAuto Trait Implementations
impl RefUnwindSafe for XHostAddressimpl !Send for XHostAddressimpl !Sync for XHostAddressimpl Unpin for XHostAddressimpl UnwindSafe for XHostAddressBlanket Implementations
Mutably borrows from an owned value. Read more