#[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: xEventTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for xReply
impl Send for xReply
impl Sync for xReply
impl Unpin for xReply
impl UnwindSafe for xReply
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