Struct xproto::xGenericReply
source · #[repr(C)]pub struct xGenericReply {
pub type_: BYTE,
pub data1: BYTE,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub data00: CARD32,
pub data01: CARD32,
pub data02: CARD32,
pub data03: CARD32,
pub data04: CARD32,
pub data05: CARD32,
}Expand description
XRep: meant to be 32 byte quantity
Fields
type_: BYTEdata1: BYTEsequenceNumber: CARD16length: CARD32data00: CARD32data01: CARD32data02: CARD32data03: CARD32data04: CARD32data05: CARD32Trait Implementations
sourceimpl Clone for xGenericReply
impl Clone for xGenericReply
sourcefn clone(&self) -> xGenericReply
fn clone(&self) -> xGenericReply
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 xGenericReply
impl Debug for xGenericReply
impl Copy for xGenericReply
Auto Trait Implementations
impl RefUnwindSafe for xGenericReply
impl Send for xGenericReply
impl Sync for xGenericReply
impl Unpin for xGenericReply
impl UnwindSafe for xGenericReply
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