Struct xproto::xGetPropertyReply
source · #[repr(C)]pub struct xGetPropertyReply {
pub type_: BYTE,
pub format: CARD8,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub propertyType: CARD32,
pub bytesAfter: CARD32,
pub nItems: CARD32,
pub pad1: CARD32,
pub pad2: CARD32,
pub pad3: CARD32,
}Fields
type_: BYTEformat: CARD8sequenceNumber: CARD16length: CARD32propertyType: CARD32bytesAfter: CARD32nItems: CARD32pad1: CARD32pad2: CARD32pad3: CARD32Trait Implementations
sourceimpl Clone for xGetPropertyReply
impl Clone for xGetPropertyReply
sourcefn clone(&self) -> xGetPropertyReply
fn clone(&self) -> xGetPropertyReply
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 xGetPropertyReply
impl Debug for xGetPropertyReply
impl Copy for xGetPropertyReply
Auto Trait Implementations
impl RefUnwindSafe for xGetPropertyReply
impl Send for xGetPropertyReply
impl Sync for xGetPropertyReply
impl Unpin for xGetPropertyReply
impl UnwindSafe for xGetPropertyReply
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