Struct xproto::xCopyPlaneReq

source ·
#[repr(C)]
pub struct xCopyPlaneReq {
Show 13 fields 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, pub bitPlane: CARD32,
}

Fields

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

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
The textual name of the type.
Reads a value from a stream. Read more
Writes a value to a stream.
Reads a new item with a fresh set of hints. Read more
Convers the value into a byte stream that implements std::io::Read.
Parses a new value from its raw byte representation. Read more
Parses a new value from its raw byte representation. Read more
Gets the raw byte representation of the value.
Gets the name of the type; Parcel::TYPE_NAME.
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.