Enum x11rb_protocol::protocol::Reply

source ·
#[non_exhaustive]
pub enum Reply {
Show 133 variants Void, GetWindowAttributes(GetWindowAttributesReply), GetGeometry(GetGeometryReply), QueryTree(QueryTreeReply), InternAtom(InternAtomReply), GetAtomName(GetAtomNameReply), GetProperty(GetPropertyReply), ListProperties(ListPropertiesReply), GetSelectionOwner(GetSelectionOwnerReply), GrabPointer(GrabPointerReply), GrabKeyboard(GrabKeyboardReply), QueryPointer(QueryPointerReply), GetMotionEvents(GetMotionEventsReply), TranslateCoordinates(TranslateCoordinatesReply), GetInputFocus(GetInputFocusReply), QueryKeymap(QueryKeymapReply), QueryFont(QueryFontReply), QueryTextExtents(QueryTextExtentsReply), ListFonts(ListFontsReply), ListFontsWithInfo(ListFontsWithInfoReply), GetFontPath(GetFontPathReply), GetImage(GetImageReply), ListInstalledColormaps(ListInstalledColormapsReply), AllocColor(AllocColorReply), AllocNamedColor(AllocNamedColorReply), AllocColorCells(AllocColorCellsReply), AllocColorPlanes(AllocColorPlanesReply), QueryColors(QueryColorsReply), LookupColor(LookupColorReply), QueryBestSize(QueryBestSizeReply), QueryExtension(QueryExtensionReply), ListExtensions(ListExtensionsReply), GetKeyboardMapping(GetKeyboardMappingReply), GetKeyboardControl(GetKeyboardControlReply), GetPointerControl(GetPointerControlReply), GetScreenSaver(GetScreenSaverReply), ListHosts(ListHostsReply), SetPointerMapping(SetPointerMappingReply), GetPointerMapping(GetPointerMappingReply), SetModifierMapping(SetModifierMappingReply), GetModifierMapping(GetModifierMappingReply), BigreqEnable(EnableReply), GeQueryVersion(QueryVersionReply), RandrQueryVersion(QueryVersionReply), RandrSetScreenConfig(SetScreenConfigReply), RandrGetScreenInfo(GetScreenInfoReply), RandrGetScreenSizeRange(GetScreenSizeRangeReply), RandrGetScreenResources(GetScreenResourcesReply), RandrGetOutputInfo(GetOutputInfoReply), RandrListOutputProperties(ListOutputPropertiesReply), RandrQueryOutputProperty(QueryOutputPropertyReply), RandrGetOutputProperty(GetOutputPropertyReply), RandrCreateMode(CreateModeReply), RandrGetCrtcInfo(GetCrtcInfoReply), RandrSetCrtcConfig(SetCrtcConfigReply), RandrGetCrtcGammaSize(GetCrtcGammaSizeReply), RandrGetCrtcGamma(GetCrtcGammaReply), RandrGetScreenResourcesCurrent(GetScreenResourcesCurrentReply), RandrGetCrtcTransform(GetCrtcTransformReply), RandrGetPanning(GetPanningReply), RandrSetPanning(SetPanningReply), RandrGetOutputPrimary(GetOutputPrimaryReply), RandrGetProviders(GetProvidersReply), RandrGetProviderInfo(GetProviderInfoReply), RandrListProviderProperties(ListProviderPropertiesReply), RandrQueryProviderProperty(QueryProviderPropertyReply), RandrGetProviderProperty(GetProviderPropertyReply), RandrGetMonitors(GetMonitorsReply), RandrCreateLease(CreateLeaseReply), RenderQueryVersion(QueryVersionReply), RenderQueryPictFormats(QueryPictFormatsReply), RenderQueryPictIndexValues(QueryPictIndexValuesReply), RenderQueryFilters(QueryFiltersReply), ShapeQueryVersion(QueryVersionReply), ShapeQueryExtents(QueryExtentsReply), ShapeInputSelected(InputSelectedReply), ShapeGetRectangles(GetRectanglesReply), XcMiscGetVersion(GetVersionReply), XcMiscGetXIDRange(GetXIDRangeReply), XcMiscGetXIDList(GetXIDListReply), XfixesQueryVersion(QueryVersionReply), XfixesGetCursorImage(GetCursorImageReply), XfixesFetchRegion(FetchRegionReply), XfixesGetCursorName(GetCursorNameReply), XfixesGetCursorImageAndName(GetCursorImageAndNameReply), XfixesGetClientDisconnectMode(GetClientDisconnectModeReply), XinputGetExtensionVersion(GetExtensionVersionReply), XinputListInputDevices(ListInputDevicesReply), XinputOpenDevice(OpenDeviceReply), XinputSetDeviceMode(SetDeviceModeReply), XinputGetSelectedExtensionEvents(GetSelectedExtensionEventsReply), XinputGetDeviceDontPropagateList(GetDeviceDontPropagateListReply), XinputGetDeviceMotionEvents(GetDeviceMotionEventsReply), XinputChangeKeyboardDevice(ChangeKeyboardDeviceReply), XinputChangePointerDevice(ChangePointerDeviceReply), XinputGrabDevice(GrabDeviceReply), XinputGetDeviceFocus(GetDeviceFocusReply), XinputGetFeedbackControl(GetFeedbackControlReply), XinputGetDeviceKeyMapping(GetDeviceKeyMappingReply), XinputGetDeviceModifierMapping(GetDeviceModifierMappingReply), XinputSetDeviceModifierMapping(SetDeviceModifierMappingReply), XinputGetDeviceButtonMapping(GetDeviceButtonMappingReply), XinputSetDeviceButtonMapping(SetDeviceButtonMappingReply), XinputQueryDeviceState(QueryDeviceStateReply), XinputSetDeviceValuators(SetDeviceValuatorsReply), XinputGetDeviceControl(GetDeviceControlReply), XinputChangeDeviceControl(ChangeDeviceControlReply), XinputListDeviceProperties(ListDevicePropertiesReply), XinputGetDeviceProperty(GetDevicePropertyReply), XinputXIQueryPointer(XIQueryPointerReply), XinputXIGetClientPointer(XIGetClientPointerReply), XinputXIQueryVersion(XIQueryVersionReply), XinputXIQueryDevice(XIQueryDeviceReply), XinputXIGetFocus(XIGetFocusReply), XinputXIGrabDevice(XIGrabDeviceReply), XinputXIPassiveGrabDevice(XIPassiveGrabDeviceReply), XinputXIListProperties(XIListPropertiesReply), XinputXIGetProperty(XIGetPropertyReply), XinputXIGetSelectedEvents(XIGetSelectedEventsReply), XkbUseExtension(UseExtensionReply), XkbGetState(GetStateReply), XkbGetControls(GetControlsReply), XkbGetMap(GetMapReply), XkbGetCompatMap(GetCompatMapReply), XkbGetIndicatorState(GetIndicatorStateReply), XkbGetIndicatorMap(GetIndicatorMapReply), XkbGetNamedIndicator(GetNamedIndicatorReply), XkbGetNames(GetNamesReply), XkbPerClientFlags(PerClientFlagsReply), XkbListComponents(ListComponentsReply), XkbGetKbdByName(GetKbdByNameReply), XkbGetDeviceInfo(GetDeviceInfoReply), XkbSetDebuggingFlags(SetDebuggingFlagsReply),
}
Expand description

Enumeration of all possible X11 replies.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Void

§

GetWindowAttributes(GetWindowAttributesReply)

§

GetGeometry(GetGeometryReply)

§

QueryTree(QueryTreeReply)

§

InternAtom(InternAtomReply)

§

GetAtomName(GetAtomNameReply)

§

GetProperty(GetPropertyReply)

§

ListProperties(ListPropertiesReply)

§

GetSelectionOwner(GetSelectionOwnerReply)

§

GrabPointer(GrabPointerReply)

§

GrabKeyboard(GrabKeyboardReply)

§

QueryPointer(QueryPointerReply)

§

GetMotionEvents(GetMotionEventsReply)

§

TranslateCoordinates(TranslateCoordinatesReply)

§

GetInputFocus(GetInputFocusReply)

§

QueryKeymap(QueryKeymapReply)

§

QueryFont(QueryFontReply)

§

QueryTextExtents(QueryTextExtentsReply)

§

ListFonts(ListFontsReply)

§

ListFontsWithInfo(ListFontsWithInfoReply)

§

GetFontPath(GetFontPathReply)

§

GetImage(GetImageReply)

§

ListInstalledColormaps(ListInstalledColormapsReply)

§

AllocColor(AllocColorReply)

§

AllocNamedColor(AllocNamedColorReply)

§

AllocColorCells(AllocColorCellsReply)

§

AllocColorPlanes(AllocColorPlanesReply)

§

QueryColors(QueryColorsReply)

§

LookupColor(LookupColorReply)

§

QueryBestSize(QueryBestSizeReply)

§

QueryExtension(QueryExtensionReply)

§

ListExtensions(ListExtensionsReply)

§

GetKeyboardMapping(GetKeyboardMappingReply)

§

GetKeyboardControl(GetKeyboardControlReply)

§

GetPointerControl(GetPointerControlReply)

§

GetScreenSaver(GetScreenSaverReply)

§

ListHosts(ListHostsReply)

§

SetPointerMapping(SetPointerMappingReply)

§

GetPointerMapping(GetPointerMappingReply)

§

SetModifierMapping(SetModifierMappingReply)

§

GetModifierMapping(GetModifierMappingReply)

§

BigreqEnable(EnableReply)

§

GeQueryVersion(QueryVersionReply)

§

RandrQueryVersion(QueryVersionReply)

§

RandrSetScreenConfig(SetScreenConfigReply)

§

RandrGetScreenInfo(GetScreenInfoReply)

§

RandrGetScreenSizeRange(GetScreenSizeRangeReply)

§

RandrGetScreenResources(GetScreenResourcesReply)

§

RandrGetOutputInfo(GetOutputInfoReply)

§

RandrListOutputProperties(ListOutputPropertiesReply)

§

RandrQueryOutputProperty(QueryOutputPropertyReply)

§

RandrGetOutputProperty(GetOutputPropertyReply)

§

RandrCreateMode(CreateModeReply)

§

RandrGetCrtcInfo(GetCrtcInfoReply)

§

RandrSetCrtcConfig(SetCrtcConfigReply)

§

RandrGetCrtcGammaSize(GetCrtcGammaSizeReply)

§

RandrGetCrtcGamma(GetCrtcGammaReply)

§

RandrGetScreenResourcesCurrent(GetScreenResourcesCurrentReply)

§

RandrGetCrtcTransform(GetCrtcTransformReply)

§

RandrGetPanning(GetPanningReply)

§

RandrSetPanning(SetPanningReply)

§

RandrGetOutputPrimary(GetOutputPrimaryReply)

§

RandrGetProviders(GetProvidersReply)

§

RandrGetProviderInfo(GetProviderInfoReply)

§

RandrListProviderProperties(ListProviderPropertiesReply)

§

RandrQueryProviderProperty(QueryProviderPropertyReply)

§

RandrGetProviderProperty(GetProviderPropertyReply)

§

RandrGetMonitors(GetMonitorsReply)

§

RandrCreateLease(CreateLeaseReply)

§

RenderQueryVersion(QueryVersionReply)

§

RenderQueryPictFormats(QueryPictFormatsReply)

§

RenderQueryPictIndexValues(QueryPictIndexValuesReply)

§

RenderQueryFilters(QueryFiltersReply)

§

ShapeQueryVersion(QueryVersionReply)

§

ShapeQueryExtents(QueryExtentsReply)

§

ShapeInputSelected(InputSelectedReply)

§

ShapeGetRectangles(GetRectanglesReply)

§

XcMiscGetVersion(GetVersionReply)

§

XcMiscGetXIDRange(GetXIDRangeReply)

§

XcMiscGetXIDList(GetXIDListReply)

§

XfixesQueryVersion(QueryVersionReply)

§

XfixesGetCursorImage(GetCursorImageReply)

§

XfixesFetchRegion(FetchRegionReply)

§

XfixesGetCursorName(GetCursorNameReply)

§

XfixesGetCursorImageAndName(GetCursorImageAndNameReply)

§

XfixesGetClientDisconnectMode(GetClientDisconnectModeReply)

§

XinputGetExtensionVersion(GetExtensionVersionReply)

§

XinputListInputDevices(ListInputDevicesReply)

§

XinputOpenDevice(OpenDeviceReply)

§

XinputSetDeviceMode(SetDeviceModeReply)

§

XinputGetSelectedExtensionEvents(GetSelectedExtensionEventsReply)

§

XinputGetDeviceDontPropagateList(GetDeviceDontPropagateListReply)

§

XinputGetDeviceMotionEvents(GetDeviceMotionEventsReply)

§

XinputChangeKeyboardDevice(ChangeKeyboardDeviceReply)

§

XinputChangePointerDevice(ChangePointerDeviceReply)

§

XinputGrabDevice(GrabDeviceReply)

§

XinputGetDeviceFocus(GetDeviceFocusReply)

§

XinputGetFeedbackControl(GetFeedbackControlReply)

§

XinputGetDeviceKeyMapping(GetDeviceKeyMappingReply)

§

XinputGetDeviceModifierMapping(GetDeviceModifierMappingReply)

§

XinputSetDeviceModifierMapping(SetDeviceModifierMappingReply)

§

XinputGetDeviceButtonMapping(GetDeviceButtonMappingReply)

§

XinputSetDeviceButtonMapping(SetDeviceButtonMappingReply)

§

XinputQueryDeviceState(QueryDeviceStateReply)

§

XinputSetDeviceValuators(SetDeviceValuatorsReply)

§

XinputGetDeviceControl(GetDeviceControlReply)

§

XinputChangeDeviceControl(ChangeDeviceControlReply)

§

XinputListDeviceProperties(ListDevicePropertiesReply)

§

XinputGetDeviceProperty(GetDevicePropertyReply)

§

XinputXIQueryPointer(XIQueryPointerReply)

§

XinputXIGetClientPointer(XIGetClientPointerReply)

§

XinputXIQueryVersion(XIQueryVersionReply)

§

XinputXIQueryDevice(XIQueryDeviceReply)

§

XinputXIGetFocus(XIGetFocusReply)

§

XinputXIGrabDevice(XIGrabDeviceReply)

§

XinputXIPassiveGrabDevice(XIPassiveGrabDeviceReply)

§

XinputXIListProperties(XIListPropertiesReply)

§

XinputXIGetProperty(XIGetPropertyReply)

§

XinputXIGetSelectedEvents(XIGetSelectedEventsReply)

§

XkbUseExtension(UseExtensionReply)

§

XkbGetState(GetStateReply)

§

XkbGetControls(GetControlsReply)

§

XkbGetMap(GetMapReply)

§

XkbGetCompatMap(GetCompatMapReply)

§

XkbGetIndicatorState(GetIndicatorStateReply)

§

XkbGetIndicatorMap(GetIndicatorMapReply)

§

XkbGetNamedIndicator(GetNamedIndicatorReply)

§

XkbGetNames(GetNamesReply)

§

XkbPerClientFlags(PerClientFlagsReply)

§

XkbListComponents(ListComponentsReply)

§

XkbGetKbdByName(GetKbdByNameReply)

§

XkbGetDeviceInfo(GetDeviceInfoReply)

§

XkbSetDebuggingFlags(SetDebuggingFlagsReply)

Trait Implementations§

source§

impl Debug for Reply

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<()> for Reply

source§

fn from(_: ()) -> Reply

Converts to this type from the input type.
source§

impl From<AllocColorCellsReply> for Reply

source§

fn from(reply: AllocColorCellsReply) -> Reply

Converts to this type from the input type.
source§

impl From<AllocColorPlanesReply> for Reply

source§

fn from(reply: AllocColorPlanesReply) -> Reply

Converts to this type from the input type.
source§

impl From<AllocColorReply> for Reply

source§

fn from(reply: AllocColorReply) -> Reply

Converts to this type from the input type.
source§

impl From<AllocNamedColorReply> for Reply

source§

fn from(reply: AllocNamedColorReply) -> Reply

Converts to this type from the input type.
source§

impl From<ChangeDeviceControlReply> for Reply

source§

fn from(reply: ChangeDeviceControlReply) -> Reply

Converts to this type from the input type.
source§

impl From<ChangeKeyboardDeviceReply> for Reply

source§

fn from(reply: ChangeKeyboardDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<ChangePointerDeviceReply> for Reply

source§

fn from(reply: ChangePointerDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<CreateLeaseReply> for Reply

source§

fn from(reply: CreateLeaseReply) -> Reply

Converts to this type from the input type.
source§

impl From<CreateModeReply> for Reply

source§

fn from(reply: CreateModeReply) -> Reply

Converts to this type from the input type.
source§

impl From<EnableReply> for Reply

source§

fn from(reply: EnableReply) -> Reply

Converts to this type from the input type.
source§

impl From<FetchRegionReply> for Reply

source§

fn from(reply: FetchRegionReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetAtomNameReply> for Reply

source§

fn from(reply: GetAtomNameReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetClientDisconnectModeReply> for Reply

source§

fn from(reply: GetClientDisconnectModeReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCompatMapReply> for Reply

source§

fn from(reply: GetCompatMapReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetControlsReply> for Reply

source§

fn from(reply: GetControlsReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCrtcGammaReply> for Reply

source§

fn from(reply: GetCrtcGammaReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCrtcGammaSizeReply> for Reply

source§

fn from(reply: GetCrtcGammaSizeReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCrtcInfoReply> for Reply

source§

fn from(reply: GetCrtcInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCrtcTransformReply> for Reply

source§

fn from(reply: GetCrtcTransformReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCursorImageAndNameReply> for Reply

source§

fn from(reply: GetCursorImageAndNameReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCursorImageReply> for Reply

source§

fn from(reply: GetCursorImageReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetCursorNameReply> for Reply

source§

fn from(reply: GetCursorNameReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceButtonMappingReply> for Reply

source§

fn from(reply: GetDeviceButtonMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceControlReply> for Reply

source§

fn from(reply: GetDeviceControlReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceDontPropagateListReply> for Reply

source§

fn from(reply: GetDeviceDontPropagateListReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceFocusReply> for Reply

source§

fn from(reply: GetDeviceFocusReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceInfoReply> for Reply

source§

fn from(reply: GetDeviceInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceKeyMappingReply> for Reply

source§

fn from(reply: GetDeviceKeyMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceModifierMappingReply> for Reply

source§

fn from(reply: GetDeviceModifierMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDeviceMotionEventsReply> for Reply

source§

fn from(reply: GetDeviceMotionEventsReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetDevicePropertyReply> for Reply

source§

fn from(reply: GetDevicePropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetExtensionVersionReply> for Reply

source§

fn from(reply: GetExtensionVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetFeedbackControlReply> for Reply

source§

fn from(reply: GetFeedbackControlReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetFontPathReply> for Reply

source§

fn from(reply: GetFontPathReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetGeometryReply> for Reply

source§

fn from(reply: GetGeometryReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetImageReply> for Reply

source§

fn from(reply: GetImageReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetIndicatorMapReply> for Reply

source§

fn from(reply: GetIndicatorMapReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetIndicatorStateReply> for Reply

source§

fn from(reply: GetIndicatorStateReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetInputFocusReply> for Reply

source§

fn from(reply: GetInputFocusReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetKbdByNameReply> for Reply

source§

fn from(reply: GetKbdByNameReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetKeyboardControlReply> for Reply

source§

fn from(reply: GetKeyboardControlReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetKeyboardMappingReply> for Reply

source§

fn from(reply: GetKeyboardMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetMapReply> for Reply

source§

fn from(reply: GetMapReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetModifierMappingReply> for Reply

source§

fn from(reply: GetModifierMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetMonitorsReply> for Reply

source§

fn from(reply: GetMonitorsReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetMotionEventsReply> for Reply

source§

fn from(reply: GetMotionEventsReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetNamedIndicatorReply> for Reply

source§

fn from(reply: GetNamedIndicatorReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetNamesReply> for Reply

source§

fn from(reply: GetNamesReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetOutputInfoReply> for Reply

source§

fn from(reply: GetOutputInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetOutputPrimaryReply> for Reply

source§

fn from(reply: GetOutputPrimaryReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetOutputPropertyReply> for Reply

source§

fn from(reply: GetOutputPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetPanningReply> for Reply

source§

fn from(reply: GetPanningReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetPointerControlReply> for Reply

source§

fn from(reply: GetPointerControlReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetPointerMappingReply> for Reply

source§

fn from(reply: GetPointerMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetPropertyReply> for Reply

source§

fn from(reply: GetPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetProviderInfoReply> for Reply

source§

fn from(reply: GetProviderInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetProviderPropertyReply> for Reply

source§

fn from(reply: GetProviderPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetProvidersReply> for Reply

source§

fn from(reply: GetProvidersReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetRectanglesReply> for Reply

source§

fn from(reply: GetRectanglesReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetScreenInfoReply> for Reply

source§

fn from(reply: GetScreenInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetScreenResourcesCurrentReply> for Reply

source§

fn from(reply: GetScreenResourcesCurrentReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetScreenResourcesReply> for Reply

source§

fn from(reply: GetScreenResourcesReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetScreenSaverReply> for Reply

source§

fn from(reply: GetScreenSaverReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetScreenSizeRangeReply> for Reply

source§

fn from(reply: GetScreenSizeRangeReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetSelectedExtensionEventsReply> for Reply

source§

fn from(reply: GetSelectedExtensionEventsReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetSelectionOwnerReply> for Reply

source§

fn from(reply: GetSelectionOwnerReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetStateReply> for Reply

source§

fn from(reply: GetStateReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetVersionReply> for Reply

source§

fn from(reply: GetVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetWindowAttributesReply> for Reply

source§

fn from(reply: GetWindowAttributesReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetXIDListReply> for Reply

source§

fn from(reply: GetXIDListReply) -> Reply

Converts to this type from the input type.
source§

impl From<GetXIDRangeReply> for Reply

source§

fn from(reply: GetXIDRangeReply) -> Reply

Converts to this type from the input type.
source§

impl From<GrabDeviceReply> for Reply

source§

fn from(reply: GrabDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<GrabKeyboardReply> for Reply

source§

fn from(reply: GrabKeyboardReply) -> Reply

Converts to this type from the input type.
source§

impl From<GrabPointerReply> for Reply

source§

fn from(reply: GrabPointerReply) -> Reply

Converts to this type from the input type.
source§

impl From<InputSelectedReply> for Reply

source§

fn from(reply: InputSelectedReply) -> Reply

Converts to this type from the input type.
source§

impl From<InternAtomReply> for Reply

source§

fn from(reply: InternAtomReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListComponentsReply> for Reply

source§

fn from(reply: ListComponentsReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListDevicePropertiesReply> for Reply

source§

fn from(reply: ListDevicePropertiesReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListExtensionsReply> for Reply

source§

fn from(reply: ListExtensionsReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListFontsReply> for Reply

source§

fn from(reply: ListFontsReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListFontsWithInfoReply> for Reply

source§

fn from(reply: ListFontsWithInfoReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListHostsReply> for Reply

source§

fn from(reply: ListHostsReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListInputDevicesReply> for Reply

source§

fn from(reply: ListInputDevicesReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListInstalledColormapsReply> for Reply

source§

fn from(reply: ListInstalledColormapsReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListOutputPropertiesReply> for Reply

source§

fn from(reply: ListOutputPropertiesReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListPropertiesReply> for Reply

source§

fn from(reply: ListPropertiesReply) -> Reply

Converts to this type from the input type.
source§

impl From<ListProviderPropertiesReply> for Reply

source§

fn from(reply: ListProviderPropertiesReply) -> Reply

Converts to this type from the input type.
source§

impl From<LookupColorReply> for Reply

source§

fn from(reply: LookupColorReply) -> Reply

Converts to this type from the input type.
source§

impl From<OpenDeviceReply> for Reply

source§

fn from(reply: OpenDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<PerClientFlagsReply> for Reply

source§

fn from(reply: PerClientFlagsReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryBestSizeReply> for Reply

source§

fn from(reply: QueryBestSizeReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryColorsReply> for Reply

source§

fn from(reply: QueryColorsReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryDeviceStateReply> for Reply

source§

fn from(reply: QueryDeviceStateReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryExtensionReply> for Reply

source§

fn from(reply: QueryExtensionReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryExtentsReply> for Reply

source§

fn from(reply: QueryExtentsReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryFiltersReply> for Reply

source§

fn from(reply: QueryFiltersReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryFontReply> for Reply

source§

fn from(reply: QueryFontReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryKeymapReply> for Reply

source§

fn from(reply: QueryKeymapReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryOutputPropertyReply> for Reply

source§

fn from(reply: QueryOutputPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryPictFormatsReply> for Reply

source§

fn from(reply: QueryPictFormatsReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryPictIndexValuesReply> for Reply

source§

fn from(reply: QueryPictIndexValuesReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryPointerReply> for Reply

source§

fn from(reply: QueryPointerReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryProviderPropertyReply> for Reply

source§

fn from(reply: QueryProviderPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryTextExtentsReply> for Reply

source§

fn from(reply: QueryTextExtentsReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryTreeReply> for Reply

source§

fn from(reply: QueryTreeReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryVersionReply> for Reply

source§

fn from(reply: QueryVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryVersionReply> for Reply

source§

fn from(reply: QueryVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryVersionReply> for Reply

source§

fn from(reply: QueryVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryVersionReply> for Reply

source§

fn from(reply: QueryVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<QueryVersionReply> for Reply

source§

fn from(reply: QueryVersionReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetCrtcConfigReply> for Reply

source§

fn from(reply: SetCrtcConfigReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetDebuggingFlagsReply> for Reply

source§

fn from(reply: SetDebuggingFlagsReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetDeviceButtonMappingReply> for Reply

source§

fn from(reply: SetDeviceButtonMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetDeviceModeReply> for Reply

source§

fn from(reply: SetDeviceModeReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetDeviceModifierMappingReply> for Reply

source§

fn from(reply: SetDeviceModifierMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetDeviceValuatorsReply> for Reply

source§

fn from(reply: SetDeviceValuatorsReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetModifierMappingReply> for Reply

source§

fn from(reply: SetModifierMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetPanningReply> for Reply

source§

fn from(reply: SetPanningReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetPointerMappingReply> for Reply

source§

fn from(reply: SetPointerMappingReply) -> Reply

Converts to this type from the input type.
source§

impl From<SetScreenConfigReply> for Reply

source§

fn from(reply: SetScreenConfigReply) -> Reply

Converts to this type from the input type.
source§

impl From<TranslateCoordinatesReply> for Reply

source§

fn from(reply: TranslateCoordinatesReply) -> Reply

Converts to this type from the input type.
source§

impl From<UseExtensionReply> for Reply

source§

fn from(reply: UseExtensionReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIGetClientPointerReply> for Reply

source§

fn from(reply: XIGetClientPointerReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIGetFocusReply> for Reply

source§

fn from(reply: XIGetFocusReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIGetPropertyReply> for Reply

source§

fn from(reply: XIGetPropertyReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIGetSelectedEventsReply> for Reply

source§

fn from(reply: XIGetSelectedEventsReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIGrabDeviceReply> for Reply

source§

fn from(reply: XIGrabDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIListPropertiesReply> for Reply

source§

fn from(reply: XIListPropertiesReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIPassiveGrabDeviceReply> for Reply

source§

fn from(reply: XIPassiveGrabDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIQueryDeviceReply> for Reply

source§

fn from(reply: XIQueryDeviceReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIQueryPointerReply> for Reply

source§

fn from(reply: XIQueryPointerReply) -> Reply

Converts to this type from the input type.
source§

impl From<XIQueryVersionReply> for Reply

source§

fn from(reply: XIQueryVersionReply) -> Reply

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for Reply

§

impl RefUnwindSafe for Reply

§

impl Send for Reply

§

impl Sync for Reply

§

impl Unpin for Reply

§

impl UnwindSafe for Reply

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.