[][src]Trait breadx::Request

pub trait Request: AsByteSequence {
    type Reply: AsByteSequence;

    pub const OPCODE: u8;
}

A request that can be sent as an instruction to the X server.

Associated Types

Loading content...

Associated Constants

pub const OPCODE: u8[src]

Loading content...

Implementors

impl Request for GetVersionRequest[src]

impl Request for GetXidListRequest[src]

impl Request for GetXidRangeRequest[src]

impl Request for AllocColorCellsRequest[src]

impl Request for AllocColorPlanesRequest[src]

impl Request for AllocColorRequest[src]

impl Request for AllocNamedColorRequest[src]

impl Request for AllowEventsRequest[src]

type Reply = ()

impl Request for BellRequest[src]

type Reply = ()

impl Request for ChangeActivePointerGrabRequest[src]

type Reply = ()

impl Request for ChangeGcRequest[src]

type Reply = ()

impl Request for ChangeHostsRequest[src]

type Reply = ()

impl Request for ChangeKeyboardControlRequest[src]

type Reply = ()

impl Request for ChangeKeyboardMappingRequest[src]

type Reply = ()

impl Request for ChangePointerControlRequest[src]

type Reply = ()

impl Request for ChangePropertyRequest[src]

type Reply = ()

impl Request for ChangeSaveSetRequest[src]

type Reply = ()

impl Request for ChangeWindowAttributesRequest[src]

type Reply = ()

impl Request for CirculateWindowRequest[src]

type Reply = ()

impl Request for ClearAreaRequest[src]

type Reply = ()

impl Request for CloseFontRequest[src]

type Reply = ()

impl Request for ConfigureWindowRequest[src]

type Reply = ()

impl Request for ConvertSelectionRequest[src]

type Reply = ()

impl Request for CopyAreaRequest[src]

type Reply = ()

impl Request for CopyColormapAndFreeRequest[src]

type Reply = ()

impl Request for CopyGcRequest[src]

type Reply = ()

impl Request for CopyPlaneRequest[src]

type Reply = ()

impl Request for CreateColormapRequest[src]

type Reply = ()

impl Request for CreateCursorRequest[src]

type Reply = ()

impl Request for CreateGcRequest[src]

type Reply = ()

impl Request for CreateGlyphCursorRequest[src]

type Reply = ()

impl Request for CreatePixmapRequest[src]

type Reply = ()

impl Request for CreateWindowRequest[src]

type Reply = ()

impl Request for DeletePropertyRequest[src]

type Reply = ()

impl Request for DestroySubwindowsRequest[src]

type Reply = ()

impl Request for DestroyWindowRequest[src]

type Reply = ()

impl Request for FillPolyRequest[src]

type Reply = ()

impl Request for ForceScreenSaverRequest[src]

type Reply = ()

impl Request for FreeColormapRequest[src]

type Reply = ()

impl Request for FreeColorsRequest[src]

type Reply = ()

impl Request for FreeCursorRequest[src]

type Reply = ()

impl Request for FreeGcRequest[src]

type Reply = ()

impl Request for FreePixmapRequest[src]

type Reply = ()

impl Request for GetAtomNameRequest[src]

impl Request for GetFontPathRequest[src]

impl Request for GetGeometryRequest[src]

impl Request for GetImageRequest[src]

impl Request for GetInputFocusRequest[src]

impl Request for GetKeyboardControlRequest[src]

impl Request for GetKeyboardMappingRequest[src]

impl Request for GetModifierMappingRequest[src]

impl Request for GetMotionEventsRequest[src]

impl Request for GetPointerControlRequest[src]

impl Request for GetPointerMappingRequest[src]

impl Request for GetPropertyRequest[src]

impl Request for GetScreenSaverRequest[src]

impl Request for GetSelectionOwnerRequest[src]

impl Request for GetWindowAttributesRequest[src]

impl Request for GrabButtonRequest[src]

type Reply = ()

impl Request for GrabKeyRequest[src]

type Reply = ()

impl Request for GrabKeyboardRequest[src]

impl Request for GrabPointerRequest[src]

impl Request for GrabServerRequest[src]

type Reply = ()

impl Request for ImageText8Request[src]

type Reply = ()

impl Request for ImageText16Request[src]

type Reply = ()

impl Request for InstallColormapRequest[src]

type Reply = ()

impl Request for InternAtomRequest[src]

impl Request for KillClientRequest[src]

type Reply = ()

impl Request for ListExtensionsRequest[src]

impl Request for ListFontsRequest[src]

impl Request for ListFontsWithInfoRequest[src]

impl Request for ListHostsRequest[src]

impl Request for ListInstalledColormapsRequest[src]

impl Request for ListPropertiesRequest[src]

impl Request for LookupColorRequest[src]

impl Request for MapSubwindowsRequest[src]

type Reply = ()

impl Request for MapWindowRequest[src]

type Reply = ()

impl Request for NoOperationRequest[src]

type Reply = ()

impl Request for OpenFontRequest[src]

type Reply = ()

impl Request for PolyArcRequest[src]

type Reply = ()

impl Request for PolyFillArcRequest[src]

type Reply = ()

impl Request for PolyFillRectangleRequest[src]

type Reply = ()

impl Request for PolyLineRequest[src]

type Reply = ()

impl Request for PolyPointRequest[src]

type Reply = ()

impl Request for PolyRectangleRequest[src]

type Reply = ()

impl Request for PolySegmentRequest[src]

type Reply = ()

impl Request for PolyText8Request[src]

type Reply = ()

impl Request for PolyText16Request[src]

type Reply = ()

impl Request for PutImageRequest[src]

type Reply = ()

impl Request for QueryBestSizeRequest[src]

impl Request for QueryColorsRequest[src]

impl Request for QueryExtensionRequest[src]

impl Request for QueryFontRequest[src]

impl Request for QueryKeymapRequest[src]

impl Request for QueryPointerRequest[src]

impl Request for QueryTextExtentsRequest[src]

impl Request for QueryTreeRequest[src]

impl Request for RecolorCursorRequest[src]

type Reply = ()

impl Request for ReparentWindowRequest[src]

type Reply = ()

impl Request for RotatePropertiesRequest[src]

type Reply = ()

impl Request for SendEventRequest[src]

type Reply = ()

impl Request for SetAccessControlRequest[src]

type Reply = ()

impl Request for SetClipRectanglesRequest[src]

type Reply = ()

impl Request for SetCloseDownModeRequest[src]

type Reply = ()

impl Request for SetDashesRequest[src]

type Reply = ()

impl Request for SetFontPathRequest[src]

type Reply = ()

impl Request for SetInputFocusRequest[src]

type Reply = ()

impl Request for SetModifierMappingRequest[src]

impl Request for SetPointerMappingRequest[src]

impl Request for SetScreenSaverRequest[src]

type Reply = ()

impl Request for SetSelectionOwnerRequest[src]

type Reply = ()

impl Request for StoreColorsRequest[src]

type Reply = ()

impl Request for StoreNamedColorRequest[src]

type Reply = ()

impl Request for TranslateCoordinatesRequest[src]

impl Request for UngrabButtonRequest[src]

type Reply = ()

impl Request for UngrabKeyRequest[src]

type Reply = ()

impl Request for UngrabKeyboardRequest[src]

type Reply = ()

impl Request for UngrabPointerRequest[src]

type Reply = ()

impl Request for UngrabServerRequest[src]

type Reply = ()

impl Request for UninstallColormapRequest[src]

type Reply = ()

impl Request for UnmapSubwindowsRequest[src]

type Reply = ()

impl Request for UnmapWindowRequest[src]

type Reply = ()

impl Request for WarpPointerRequest[src]

type Reply = ()

Loading content...