Struct xproto::xQueryExtensionReq
source · #[repr(C)]pub struct xQueryExtensionReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub nbytes: CARD16,
pub pad1: BYTE,
pub pad2: BYTE,
}Fields
reqType: CARD8pad: BYTElength: CARD16nbytes: CARD16pad1: BYTEpad2: BYTETrait Implementations
sourceimpl Clone for xQueryExtensionReq
impl Clone for xQueryExtensionReq
sourcefn clone(&self) -> xQueryExtensionReq
fn clone(&self) -> xQueryExtensionReq
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 xQueryExtensionReq
impl Debug for xQueryExtensionReq
impl Copy for xQueryExtensionReq
Auto Trait Implementations
impl RefUnwindSafe for xQueryExtensionReq
impl Send for xQueryExtensionReq
impl Sync for xQueryExtensionReq
impl Unpin for xQueryExtensionReq
impl UnwindSafe for xQueryExtensionReq
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