Struct xproto::xCreatePixmapReq
source · #[repr(C)]pub struct xCreatePixmapReq {
pub reqType: CARD8,
pub depth: CARD8,
pub length: CARD16,
pub pid: CARD32,
pub drawable: CARD32,
pub width: CARD16,
pub height: CARD16,
}Fields
reqType: CARD8depth: CARD8length: CARD16pid: CARD32drawable: CARD32width: CARD16height: CARD16Trait Implementations
sourceimpl Clone for xCreatePixmapReq
impl Clone for xCreatePixmapReq
sourcefn clone(&self) -> xCreatePixmapReq
fn clone(&self) -> xCreatePixmapReq
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 xCreatePixmapReq
impl Debug for xCreatePixmapReq
impl Copy for xCreatePixmapReq
Auto Trait Implementations
impl RefUnwindSafe for xCreatePixmapReq
impl Send for xCreatePixmapReq
impl Sync for xCreatePixmapReq
impl Unpin for xCreatePixmapReq
impl UnwindSafe for xCreatePixmapReq
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