Struct xproto::xCopyAreaReq

source ·
#[repr(C)]
pub struct xCopyAreaReq { pub reqType: CARD8, pub pad: BYTE, pub length: CARD16, pub srcDrawable: CARD32, pub dstDrawable: CARD32, pub gc: CARD32, pub srcX: INT16, pub srcY: INT16, pub dstX: INT16, pub dstY: INT16, pub width: CARD16, pub height: CARD16, }

Fields

reqType: CARD8pad: BYTElength: CARD16srcDrawable: CARD32dstDrawable: CARD32gc: CARD32srcX: INT16srcY: INT16dstX: INT16dstY: INT16width: CARD16height: CARD16

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.