Struct xproto::xHostEntry
source · Fields
family: CARD8pad: BYTElength: CARD16Trait Implementations
sourceimpl Clone for xHostEntry
impl Clone for xHostEntry
sourcefn clone(&self) -> xHostEntry
fn clone(&self) -> xHostEntry
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 moresourceimpl Debug for xHostEntry
impl Debug for xHostEntry
impl Copy for xHostEntry
Auto Trait Implementations
impl RefUnwindSafe for xHostEntry
impl Send for xHostEntry
impl Sync for xHostEntry
impl Unpin for xHostEntry
impl UnwindSafe for xHostEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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