Struct xproto::xQueryExtensionReply
source · #[repr(C)]pub struct xQueryExtensionReply {}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32present: BOOLmajor_opcode: CARD8first_event: CARD8first_error: CARD8pad3: CARD32pad4: CARD32pad5: CARD32pad6: CARD32pad7: CARD32Trait Implementations
sourceimpl Clone for xQueryExtensionReply
impl Clone for xQueryExtensionReply
sourcefn clone(&self) -> xQueryExtensionReply
fn clone(&self) -> xQueryExtensionReply
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 xQueryExtensionReply
impl Debug for xQueryExtensionReply
impl Copy for xQueryExtensionReply
Auto Trait Implementations
impl RefUnwindSafe for xQueryExtensionReply
impl Send for xQueryExtensionReply
impl Sync for xQueryExtensionReply
impl Unpin for xQueryExtensionReply
impl UnwindSafe for xQueryExtensionReply
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