Enum x11rb_protocol::protocol::Reply
source · [−]#[non_exhaustive]
pub enum Reply {
Show 46 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),
XcMiscGetVersion(GetVersionReply),
XcMiscGetXIDRange(GetXIDRangeReply),
XcMiscGetXIDList(GetXIDListReply),
}
Expand description
Enumeration of all possible X11 replies.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
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)
XcMiscGetVersion(GetVersionReply)
XcMiscGetXIDRange(GetXIDRangeReply)
XcMiscGetXIDList(GetXIDListReply)
Trait Implementations
sourceimpl From<AllocColorCellsReply> for Reply
impl From<AllocColorCellsReply> for Reply
sourcefn from(reply: AllocColorCellsReply) -> Reply
fn from(reply: AllocColorCellsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<AllocColorPlanesReply> for Reply
impl From<AllocColorPlanesReply> for Reply
sourcefn from(reply: AllocColorPlanesReply) -> Reply
fn from(reply: AllocColorPlanesReply) -> Reply
Converts to this type from the input type.
sourceimpl From<AllocColorReply> for Reply
impl From<AllocColorReply> for Reply
sourcefn from(reply: AllocColorReply) -> Reply
fn from(reply: AllocColorReply) -> Reply
Converts to this type from the input type.
sourceimpl From<AllocNamedColorReply> for Reply
impl From<AllocNamedColorReply> for Reply
sourcefn from(reply: AllocNamedColorReply) -> Reply
fn from(reply: AllocNamedColorReply) -> Reply
Converts to this type from the input type.
sourceimpl From<EnableReply> for Reply
impl From<EnableReply> for Reply
sourcefn from(reply: EnableReply) -> Reply
fn from(reply: EnableReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetAtomNameReply> for Reply
impl From<GetAtomNameReply> for Reply
sourcefn from(reply: GetAtomNameReply) -> Reply
fn from(reply: GetAtomNameReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetFontPathReply> for Reply
impl From<GetFontPathReply> for Reply
sourcefn from(reply: GetFontPathReply) -> Reply
fn from(reply: GetFontPathReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetGeometryReply> for Reply
impl From<GetGeometryReply> for Reply
sourcefn from(reply: GetGeometryReply) -> Reply
fn from(reply: GetGeometryReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetImageReply> for Reply
impl From<GetImageReply> for Reply
sourcefn from(reply: GetImageReply) -> Reply
fn from(reply: GetImageReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetInputFocusReply> for Reply
impl From<GetInputFocusReply> for Reply
sourcefn from(reply: GetInputFocusReply) -> Reply
fn from(reply: GetInputFocusReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetKeyboardControlReply> for Reply
impl From<GetKeyboardControlReply> for Reply
sourcefn from(reply: GetKeyboardControlReply) -> Reply
fn from(reply: GetKeyboardControlReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetKeyboardMappingReply> for Reply
impl From<GetKeyboardMappingReply> for Reply
sourcefn from(reply: GetKeyboardMappingReply) -> Reply
fn from(reply: GetKeyboardMappingReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetModifierMappingReply> for Reply
impl From<GetModifierMappingReply> for Reply
sourcefn from(reply: GetModifierMappingReply) -> Reply
fn from(reply: GetModifierMappingReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetMotionEventsReply> for Reply
impl From<GetMotionEventsReply> for Reply
sourcefn from(reply: GetMotionEventsReply) -> Reply
fn from(reply: GetMotionEventsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetPointerControlReply> for Reply
impl From<GetPointerControlReply> for Reply
sourcefn from(reply: GetPointerControlReply) -> Reply
fn from(reply: GetPointerControlReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetPointerMappingReply> for Reply
impl From<GetPointerMappingReply> for Reply
sourcefn from(reply: GetPointerMappingReply) -> Reply
fn from(reply: GetPointerMappingReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetPropertyReply> for Reply
impl From<GetPropertyReply> for Reply
sourcefn from(reply: GetPropertyReply) -> Reply
fn from(reply: GetPropertyReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetScreenSaverReply> for Reply
impl From<GetScreenSaverReply> for Reply
sourcefn from(reply: GetScreenSaverReply) -> Reply
fn from(reply: GetScreenSaverReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetSelectionOwnerReply> for Reply
impl From<GetSelectionOwnerReply> for Reply
sourcefn from(reply: GetSelectionOwnerReply) -> Reply
fn from(reply: GetSelectionOwnerReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetVersionReply> for Reply
impl From<GetVersionReply> for Reply
sourcefn from(reply: GetVersionReply) -> Reply
fn from(reply: GetVersionReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetWindowAttributesReply> for Reply
impl From<GetWindowAttributesReply> for Reply
sourcefn from(reply: GetWindowAttributesReply) -> Reply
fn from(reply: GetWindowAttributesReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetXIDListReply> for Reply
impl From<GetXIDListReply> for Reply
sourcefn from(reply: GetXIDListReply) -> Reply
fn from(reply: GetXIDListReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GetXIDRangeReply> for Reply
impl From<GetXIDRangeReply> for Reply
sourcefn from(reply: GetXIDRangeReply) -> Reply
fn from(reply: GetXIDRangeReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GrabKeyboardReply> for Reply
impl From<GrabKeyboardReply> for Reply
sourcefn from(reply: GrabKeyboardReply) -> Reply
fn from(reply: GrabKeyboardReply) -> Reply
Converts to this type from the input type.
sourceimpl From<GrabPointerReply> for Reply
impl From<GrabPointerReply> for Reply
sourcefn from(reply: GrabPointerReply) -> Reply
fn from(reply: GrabPointerReply) -> Reply
Converts to this type from the input type.
sourceimpl From<InternAtomReply> for Reply
impl From<InternAtomReply> for Reply
sourcefn from(reply: InternAtomReply) -> Reply
fn from(reply: InternAtomReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListExtensionsReply> for Reply
impl From<ListExtensionsReply> for Reply
sourcefn from(reply: ListExtensionsReply) -> Reply
fn from(reply: ListExtensionsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListFontsReply> for Reply
impl From<ListFontsReply> for Reply
sourcefn from(reply: ListFontsReply) -> Reply
fn from(reply: ListFontsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListFontsWithInfoReply> for Reply
impl From<ListFontsWithInfoReply> for Reply
sourcefn from(reply: ListFontsWithInfoReply) -> Reply
fn from(reply: ListFontsWithInfoReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListHostsReply> for Reply
impl From<ListHostsReply> for Reply
sourcefn from(reply: ListHostsReply) -> Reply
fn from(reply: ListHostsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListInstalledColormapsReply> for Reply
impl From<ListInstalledColormapsReply> for Reply
sourcefn from(reply: ListInstalledColormapsReply) -> Reply
fn from(reply: ListInstalledColormapsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<ListPropertiesReply> for Reply
impl From<ListPropertiesReply> for Reply
sourcefn from(reply: ListPropertiesReply) -> Reply
fn from(reply: ListPropertiesReply) -> Reply
Converts to this type from the input type.
sourceimpl From<LookupColorReply> for Reply
impl From<LookupColorReply> for Reply
sourcefn from(reply: LookupColorReply) -> Reply
fn from(reply: LookupColorReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryBestSizeReply> for Reply
impl From<QueryBestSizeReply> for Reply
sourcefn from(reply: QueryBestSizeReply) -> Reply
fn from(reply: QueryBestSizeReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryColorsReply> for Reply
impl From<QueryColorsReply> for Reply
sourcefn from(reply: QueryColorsReply) -> Reply
fn from(reply: QueryColorsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryExtensionReply> for Reply
impl From<QueryExtensionReply> for Reply
sourcefn from(reply: QueryExtensionReply) -> Reply
fn from(reply: QueryExtensionReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryFontReply> for Reply
impl From<QueryFontReply> for Reply
sourcefn from(reply: QueryFontReply) -> Reply
fn from(reply: QueryFontReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryKeymapReply> for Reply
impl From<QueryKeymapReply> for Reply
sourcefn from(reply: QueryKeymapReply) -> Reply
fn from(reply: QueryKeymapReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryPointerReply> for Reply
impl From<QueryPointerReply> for Reply
sourcefn from(reply: QueryPointerReply) -> Reply
fn from(reply: QueryPointerReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryTextExtentsReply> for Reply
impl From<QueryTextExtentsReply> for Reply
sourcefn from(reply: QueryTextExtentsReply) -> Reply
fn from(reply: QueryTextExtentsReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryTreeReply> for Reply
impl From<QueryTreeReply> for Reply
sourcefn from(reply: QueryTreeReply) -> Reply
fn from(reply: QueryTreeReply) -> Reply
Converts to this type from the input type.
sourceimpl From<QueryVersionReply> for Reply
impl From<QueryVersionReply> for Reply
sourcefn from(reply: QueryVersionReply) -> Reply
fn from(reply: QueryVersionReply) -> Reply
Converts to this type from the input type.
sourceimpl From<SetModifierMappingReply> for Reply
impl From<SetModifierMappingReply> for Reply
sourcefn from(reply: SetModifierMappingReply) -> Reply
fn from(reply: SetModifierMappingReply) -> Reply
Converts to this type from the input type.
sourceimpl From<SetPointerMappingReply> for Reply
impl From<SetPointerMappingReply> for Reply
sourcefn from(reply: SetPointerMappingReply) -> Reply
fn from(reply: SetPointerMappingReply) -> Reply
Converts to this type from the input type.
sourceimpl From<TranslateCoordinatesReply> for Reply
impl From<TranslateCoordinatesReply> for Reply
sourcefn from(reply: TranslateCoordinatesReply) -> Reply
fn from(reply: TranslateCoordinatesReply) -> Reply
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Reply
impl Send for Reply
impl Sync for Reply
impl Unpin for Reply
impl UnwindSafe for Reply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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