Struct xproto::xListHostsReq
source · Fields
reqType: CARD8pad: BYTElength: CARD16Trait Implementations
sourceimpl Clone for xListHostsReq
impl Clone for xListHostsReq
sourcefn clone(&self) -> xListHostsReq
fn clone(&self) -> xListHostsReq
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 xListHostsReq
impl Debug for xListHostsReq
impl Copy for xListHostsReq
Auto Trait Implementations
impl RefUnwindSafe for xListHostsReq
impl Send for xListHostsReq
impl Sync for xListHostsReq
impl Unpin for xListHostsReq
impl UnwindSafe for xListHostsReq
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