Union xproto::xReply

source ·
#[repr(C)]
pub union xReply {
Show 38 fields pub generic: xGenericReply, pub geom: xGetGeometryReply, pub tree: xQueryTreeReply, pub atom: xInternAtomReply, pub atomName: xGetAtomNameReply, pub property: xGetPropertyReply, pub listProperties: xListPropertiesReply, pub selection: xGetSelectionOwnerReply, pub grabPointer: xGrabPointerReply, pub grabKeyboard: xGrabKeyboardReply, pub pointer: xQueryPointerReply, pub motionEvents: xGetMotionEventsReply, pub coords: xTranslateCoordsReply, pub inputFocus: xGetInputFocusReply, pub textExtents: xQueryTextExtentsReply, pub fonts: xListFontsReply, pub fontPath: xGetFontPathReply, pub image: xGetImageReply, pub colormaps: xListInstalledColormapsReply, pub allocColor: xAllocColorReply, pub allocNamedColor: xAllocNamedColorReply, pub colorCells: xAllocColorCellsReply, pub colorPlanes: xAllocColorPlanesReply, pub colors: xQueryColorsReply, pub lookupColor: xLookupColorReply, pub bestSize: xQueryBestSizeReply, pub extension: xQueryExtensionReply, pub extensions: xListExtensionsReply, pub setModifierMapping: xSetModifierMappingReply, pub getModifierMapping: xGetModifierMappingReply, pub setPointerMapping: xSetPointerMappingReply, pub getKeyboardMapping: xGetKeyboardMappingReply, pub getPointerMapping: xGetPointerMappingReply, pub pointerControl: xGetPointerControlReply, pub screenSaver: xGetScreenSaverReply, pub hosts: xListHostsReply, pub error: xError, pub event: xEvent, /* private fields */
}

Fields

generic: xGenericReplygeom: xGetGeometryReplytree: xQueryTreeReplyatom: xInternAtomReplyatomName: xGetAtomNameReplyproperty: xGetPropertyReplylistProperties: xListPropertiesReplyselection: xGetSelectionOwnerReplygrabPointer: xGrabPointerReplygrabKeyboard: xGrabKeyboardReplypointer: xQueryPointerReplymotionEvents: xGetMotionEventsReplycoords: xTranslateCoordsReplyinputFocus: xGetInputFocusReplytextExtents: xQueryTextExtentsReplyfonts: xListFontsReplyfontPath: xGetFontPathReplyimage: xGetImageReplycolormaps: xListInstalledColormapsReplyallocColor: xAllocColorReplyallocNamedColor: xAllocNamedColorReplycolorCells: xAllocColorCellsReplycolorPlanes: xAllocColorPlanesReplycolors: xQueryColorsReplylookupColor: xLookupColorReplybestSize: xQueryBestSizeReplyextension: xQueryExtensionReplyextensions: xListExtensionsReplysetModifierMapping: xSetModifierMappingReplygetModifierMapping: xGetModifierMappingReplysetPointerMapping: xSetPointerMappingReplygetKeyboardMapping: xGetKeyboardMappingReplygetPointerMapping: xGetPointerMappingReplypointerControl: xGetPointerControlReplyscreenSaver: xGetScreenSaverReplyhosts: xListHostsReplyerror: xErrorevent: xEvent

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. 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.