Struct xproto::xQueryTreeReply
source · #[repr(C)]pub struct xQueryTreeReply {
pub type_: BYTE,
pub pad1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub root: CARD32,
pub parent: CARD32,
pub nChildren: CARD16,
pub pad2: CARD16,
pub pad3: CARD32,
pub pad4: CARD32,
pub pad5: CARD32,
}Fields
type_: BYTEpad1: BYTEsequenceNumber: CARD16length: CARD32root: CARD32parent: CARD32nChildren: CARD16pad2: CARD16pad3: CARD32pad4: CARD32pad5: CARD32Trait Implementations
sourceimpl Clone for xQueryTreeReply
impl Clone for xQueryTreeReply
sourcefn clone(&self) -> xQueryTreeReply
fn clone(&self) -> xQueryTreeReply
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 xQueryTreeReply
impl Debug for xQueryTreeReply
impl Copy for xQueryTreeReply
Auto Trait Implementations
impl RefUnwindSafe for xQueryTreeReply
impl Send for xQueryTreeReply
impl Sync for xQueryTreeReply
impl Unpin for xQueryTreeReply
impl UnwindSafe for xQueryTreeReply
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