Struct xproto::xResourceReq
source · #[repr(C)]pub struct xResourceReq {
pub reqType: CARD8,
pub pad: BYTE,
pub length: CARD16,
pub id: CARD32,
}Expand description
structures that follow request.
Fields
reqType: CARD8pad: BYTElength: CARD16id: CARD32Trait Implementations
sourceimpl Clone for xResourceReq
impl Clone for xResourceReq
sourcefn clone(&self) -> xResourceReq
fn clone(&self) -> xResourceReq
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 xResourceReq
impl Debug for xResourceReq
impl Copy for xResourceReq
Auto Trait Implementations
impl RefUnwindSafe for xResourceReq
impl Send for xResourceReq
impl Sync for xResourceReq
impl Unpin for xResourceReq
impl UnwindSafe for xResourceReq
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