Trait xcb::RequestWithReply

source ·
pub trait RequestWithReply: Request {
    type Reply: Reply;
    type Cookie: CookieWithReplyChecked<Reply = Self::Reply>;
    type CookieUnchecked: CookieWithReplyUnchecked<Reply = Self::Reply>;
}
Expand description

Trait for requests that return a reply.

Required Associated Types§

source

type Reply: Reply

Reply associated with the request

source

type Cookie: CookieWithReplyChecked<Reply = Self::Reply>

Default cookie type for the request, as returned by Connection::send_request.

source

type CookieUnchecked: CookieWithReplyUnchecked<Reply = Self::Reply>

Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl RequestWithReply for Enable

source§

impl RequestWithReply for GetOverlayWindow

source§

impl RequestWithReply for xcb::composite::QueryVersion

source§

impl RequestWithReply for xcb::damage::QueryVersion

source§

impl RequestWithReply for Capable

source§

impl RequestWithReply for GetTimeouts

source§

impl RequestWithReply for xcb::dpms::GetVersion

source§

impl RequestWithReply for Info

source§

impl RequestWithReply for Authenticate

source§

impl RequestWithReply for Connect

source§

impl RequestWithReply for CopyRegion

source§

impl RequestWithReply for GetMsc

source§

impl RequestWithReply for GetParam

source§

impl RequestWithReply for xcb::dri2::QueryVersion

source§

impl RequestWithReply for SwapBuffers

source§

impl RequestWithReply for WaitMsc

source§

impl RequestWithReply for WaitSbc

source§

impl RequestWithReply for BufferFromPixmap

source§

impl RequestWithReply for BuffersFromPixmap

source§

impl RequestWithReply for FdFromFence

source§

impl RequestWithReply for GetSupportedModifiers

source§

impl RequestWithReply for Open

source§

impl RequestWithReply for xcb::dri3::QueryVersion

source§

impl RequestWithReply for xcb::ge::QueryVersion

source§

impl RequestWithReply for Finish

source§

impl RequestWithReply for GenLists

source§

impl RequestWithReply for GenQueriesArb

source§

impl RequestWithReply for GenTextures

source§

impl RequestWithReply for GetBooleanv

source§

impl RequestWithReply for GetClipPlane

source§

impl RequestWithReply for GetColorTable

source§

impl RequestWithReply for GetColorTableParameterfv

source§

impl RequestWithReply for GetColorTableParameteriv

source§

impl RequestWithReply for GetCompressedTexImageArb

source§

impl RequestWithReply for GetConvolutionFilter

source§

impl RequestWithReply for GetConvolutionParameterfv

source§

impl RequestWithReply for GetConvolutionParameteriv

source§

impl RequestWithReply for GetDoublev

source§

impl RequestWithReply for GetDrawableAttributes

source§

impl RequestWithReply for GetError

source§

impl RequestWithReply for GetFbConfigs

source§

impl RequestWithReply for GetFloatv

source§

impl RequestWithReply for GetHistogram

source§

impl RequestWithReply for GetHistogramParameterfv

source§

impl RequestWithReply for GetHistogramParameteriv

source§

impl RequestWithReply for GetIntegerv

source§

impl RequestWithReply for GetLightfv

source§

impl RequestWithReply for GetLightiv

source§

impl RequestWithReply for GetMapdv

source§

impl RequestWithReply for GetMapfv

source§

impl RequestWithReply for GetMapiv

source§

impl RequestWithReply for GetMaterialfv

source§

impl RequestWithReply for GetMaterialiv

source§

impl RequestWithReply for GetMinmax

source§

impl RequestWithReply for GetMinmaxParameterfv

source§

impl RequestWithReply for GetMinmaxParameteriv

source§

impl RequestWithReply for GetPixelMapfv

source§

impl RequestWithReply for GetPixelMapuiv

source§

impl RequestWithReply for GetPixelMapusv

source§

impl RequestWithReply for GetPolygonStipple

source§

impl RequestWithReply for GetQueryObjectivArb

source§

impl RequestWithReply for GetQueryObjectuivArb

source§

impl RequestWithReply for GetQueryivArb

source§

impl RequestWithReply for GetSeparableFilter

source§

impl RequestWithReply for GetString

source§

impl RequestWithReply for GetTexEnvfv

source§

impl RequestWithReply for GetTexEnviv

source§

impl RequestWithReply for GetTexGendv

source§

impl RequestWithReply for GetTexGenfv

source§

impl RequestWithReply for GetTexGeniv

source§

impl RequestWithReply for GetTexImage

source§

impl RequestWithReply for GetTexLevelParameterfv

source§

impl RequestWithReply for GetTexLevelParameteriv

source§

impl RequestWithReply for GetTexParameterfv

source§

impl RequestWithReply for GetTexParameteriv

source§

impl RequestWithReply for GetVisualConfigs

source§

impl RequestWithReply for IsDirect

source§

impl RequestWithReply for IsEnabled

source§

impl RequestWithReply for IsList

source§

impl RequestWithReply for IsQueryArb

source§

impl RequestWithReply for IsTexture

source§

impl RequestWithReply for MakeContextCurrent

source§

impl RequestWithReply for MakeCurrent

source§

impl RequestWithReply for QueryContext

source§

impl RequestWithReply for QueryExtensionsString

source§

impl RequestWithReply for QueryServerString

source§

impl RequestWithReply for xcb::glx::QueryVersion

source§

impl RequestWithReply for ReadPixels

source§

impl RequestWithReply for RenderMode

source§

impl RequestWithReply for QueryCapabilities

source§

impl RequestWithReply for xcb::present::QueryVersion

source§

impl RequestWithReply for GetCrtcGamma

source§

impl RequestWithReply for GetCrtcGammaSize

source§

impl RequestWithReply for GetCrtcInfo

source§

impl RequestWithReply for GetCrtcTransform

source§

impl RequestWithReply for GetMonitors

source§

impl RequestWithReply for GetOutputInfo

source§

impl RequestWithReply for GetOutputPrimary

source§

impl RequestWithReply for GetOutputProperty

source§

impl RequestWithReply for GetPanning

source§

impl RequestWithReply for GetProviderInfo

source§

impl RequestWithReply for GetProviderProperty

source§

impl RequestWithReply for GetProviders

source§

impl RequestWithReply for GetScreenInfo

source§

impl RequestWithReply for GetScreenResources

source§

impl RequestWithReply for GetScreenResourcesCurrent

source§

impl RequestWithReply for GetScreenSizeRange

source§

impl RequestWithReply for ListOutputProperties

source§

impl RequestWithReply for ListProviderProperties

source§

impl RequestWithReply for QueryOutputProperty

source§

impl RequestWithReply for QueryProviderProperty

source§

impl RequestWithReply for xcb::randr::QueryVersion

source§

impl RequestWithReply for SetPanning

source§

impl RequestWithReply for SetScreenConfig

source§

impl RequestWithReply for EnableContext

source§

impl RequestWithReply for GetContext

source§

impl RequestWithReply for xcb::record::QueryVersion

source§

impl RequestWithReply for QueryFilters

source§

impl RequestWithReply for QueryPictFormats

source§

impl RequestWithReply for QueryPictIndexValues

source§

impl RequestWithReply for xcb::render::QueryVersion

source§

impl RequestWithReply for QueryClientPixmapBytes

source§

impl RequestWithReply for QueryClientResources

source§

impl RequestWithReply for QueryClients

source§

impl RequestWithReply for xcb::res::QueryVersion

source§

impl RequestWithReply for QueryInfo

source§

impl RequestWithReply for xcb::screensaver::QueryVersion

source§

impl RequestWithReply for GetRectangles

source§

impl RequestWithReply for InputSelected

source§

impl RequestWithReply for QueryExtents

source§

impl RequestWithReply for xcb::shape::QueryVersion

source§

impl RequestWithReply for CreateSegment

source§

impl RequestWithReply for xcb::shm::GetImage

source§

impl RequestWithReply for xcb::shm::QueryVersion

source§

impl RequestWithReply for GetPriority

source§

impl RequestWithReply for Initialize

source§

impl RequestWithReply for ListSystemCounters

source§

impl RequestWithReply for QueryAlarm

source§

impl RequestWithReply for QueryCounter

source§

impl RequestWithReply for QueryFence

source§

impl RequestWithReply for AllocColor

source§

impl RequestWithReply for AllocColorCells

source§

impl RequestWithReply for AllocColorPlanes

source§

impl RequestWithReply for GetAtomName

source§

impl RequestWithReply for GetFontPath

source§

impl RequestWithReply for GetGeometry

source§

impl RequestWithReply for xcb::x::GetImage

source§

impl RequestWithReply for GetInputFocus

source§

impl RequestWithReply for GetKeyboardControl

source§

impl RequestWithReply for GetKeyboardMapping

source§

impl RequestWithReply for GetModifierMapping

source§

impl RequestWithReply for GetMotionEvents

source§

impl RequestWithReply for GetPointerControl

source§

impl RequestWithReply for GetPointerMapping

source§

impl RequestWithReply for GetProperty

source§

impl RequestWithReply for GetScreenSaver

source§

impl RequestWithReply for GetSelectionOwner

source§

impl RequestWithReply for GetWindowAttributes

source§

impl RequestWithReply for GrabKeyboard

source§

impl RequestWithReply for GrabPointer

source§

impl RequestWithReply for ListExtensions

source§

impl RequestWithReply for ListHosts

source§

impl RequestWithReply for ListInstalledColormaps

source§

impl RequestWithReply for xcb::x::ListProperties

source§

impl RequestWithReply for xcb::x::QueryBestSize

source§

impl RequestWithReply for QueryFont

source§

impl RequestWithReply for QueryKeymap

source§

impl RequestWithReply for QueryPointer

source§

impl RequestWithReply for QueryTree

source§

impl RequestWithReply for TranslateCoordinates

source§

impl RequestWithReply for xcb::xc_misc::GetVersion

source§

impl RequestWithReply for GetXidList

source§

impl RequestWithReply for GetXidRange

source§

impl RequestWithReply for End

source§

impl RequestWithReply for xcb::xevie::QueryVersion

source§

impl RequestWithReply for SelectInput

source§

impl RequestWithReply for Start

source§

impl RequestWithReply for AuthConnection

source§

impl RequestWithReply for xcb::xf86dri::CreateContext

source§

impl RequestWithReply for CreateDrawable

source§

impl RequestWithReply for GetClientDriverName

source§

impl RequestWithReply for xcb::xf86dri::GetDeviceInfo

source§

impl RequestWithReply for GetDrawableInfo

source§

impl RequestWithReply for OpenConnection

source§

impl RequestWithReply for QueryDirectRenderingCapable

source§

impl RequestWithReply for xcb::xf86dri::QueryVersion

source§

impl RequestWithReply for GetAllModeLines

source§

impl RequestWithReply for GetDotClocks

source§

impl RequestWithReply for GetGamma

source§

impl RequestWithReply for GetGammaRamp

source§

impl RequestWithReply for GetGammaRampSize

source§

impl RequestWithReply for GetModeLine

source§

impl RequestWithReply for GetMonitor

source§

impl RequestWithReply for GetPermissions

source§

impl RequestWithReply for GetViewPort

source§

impl RequestWithReply for xcb::xf86vidmode::QueryVersion

source§

impl RequestWithReply for FetchRegion

source§

impl RequestWithReply for GetCursorImage

source§

impl RequestWithReply for GetCursorImageAndName

source§

impl RequestWithReply for GetCursorName

source§

impl RequestWithReply for xcb::xfixes::QueryVersion

source§

impl RequestWithReply for GetScreenCount

source§

impl RequestWithReply for GetScreenSize

source§

impl RequestWithReply for xcb::xinerama::GetState

source§

impl RequestWithReply for IsActive

source§

impl RequestWithReply for QueryScreens

source§

impl RequestWithReply for xcb::xinerama::QueryVersion

source§

impl RequestWithReply for ChangeKeyboardDevice

source§

impl RequestWithReply for ChangePointerDevice

source§

impl RequestWithReply for GetDeviceButtonMapping

source§

impl RequestWithReply for GetDeviceControl

source§

impl RequestWithReply for GetDeviceDontPropagateList

source§

impl RequestWithReply for GetDeviceFocus

source§

impl RequestWithReply for GetDeviceKeyMapping

source§

impl RequestWithReply for GetDeviceModifierMapping

source§

impl RequestWithReply for GetDeviceMotionEvents

source§

impl RequestWithReply for GetDeviceProperty

source§

impl RequestWithReply for GetFeedbackControl

source§

impl RequestWithReply for GetSelectedExtensionEvents

source§

impl RequestWithReply for ListDeviceProperties

source§

impl RequestWithReply for ListInputDevices

source§

impl RequestWithReply for OpenDevice

source§

impl RequestWithReply for QueryDeviceState

source§

impl RequestWithReply for SetDeviceMode

source§

impl RequestWithReply for XiGetClientPointer

source§

impl RequestWithReply for XiGetFocus

source§

impl RequestWithReply for XiGetProperty

source§

impl RequestWithReply for XiGetSelectedEvents

source§

impl RequestWithReply for XiListProperties

source§

impl RequestWithReply for XiQueryDevice

source§

impl RequestWithReply for XiQueryPointer

source§

impl RequestWithReply for XiQueryVersion

source§

impl RequestWithReply for GetCompatMap

source§

impl RequestWithReply for GetControls

source§

impl RequestWithReply for xcb::xkb::GetDeviceInfo

source§

impl RequestWithReply for GetIndicatorMap

source§

impl RequestWithReply for GetIndicatorState

source§

impl RequestWithReply for GetKbdByName

source§

impl RequestWithReply for GetMap

source§

impl RequestWithReply for GetNamedIndicator

source§

impl RequestWithReply for GetNames

source§

impl RequestWithReply for xcb::xkb::GetState

source§

impl RequestWithReply for ListComponents

source§

impl RequestWithReply for PerClientFlags

source§

impl RequestWithReply for UseExtension

source§

impl RequestWithReply for PrintGetAttributes

source§

impl RequestWithReply for PrintGetContext

source§

impl RequestWithReply for PrintGetDocumentData

source§

impl RequestWithReply for PrintGetImageResolution

source§

impl RequestWithReply for PrintGetPageDimensions

source§

impl RequestWithReply for PrintGetScreenOfContext

source§

impl RequestWithReply for PrintInputSelected

source§

impl RequestWithReply for PrintQueryScreens

source§

impl RequestWithReply for PrintQueryVersion

source§

impl RequestWithReply for PrintSetImageResolution

source§

impl RequestWithReply for GetClientContext

source§

impl RequestWithReply for GetDeviceContext

source§

impl RequestWithReply for GetDeviceCreateContext

source§

impl RequestWithReply for GetPropertyContext

source§

impl RequestWithReply for GetPropertyCreateContext

source§

impl RequestWithReply for GetPropertyDataContext

source§

impl RequestWithReply for GetPropertyUseContext

source§

impl RequestWithReply for GetSelectionContext

source§

impl RequestWithReply for GetSelectionCreateContext

source§

impl RequestWithReply for GetSelectionDataContext

source§

impl RequestWithReply for GetSelectionUseContext

source§

impl RequestWithReply for GetWindowContext

source§

impl RequestWithReply for GetWindowCreateContext

source§

impl RequestWithReply for xcb::xselinux::ListProperties

source§

impl RequestWithReply for ListSelections

source§

impl RequestWithReply for xcb::xselinux::QueryVersion

source§

impl RequestWithReply for CompareCursor

source§

impl RequestWithReply for xcb::xtest::GetVersion

source§

impl RequestWithReply for GetPortAttribute

source§

impl RequestWithReply for GrabPort

source§

impl RequestWithReply for ListImageFormats

source§

impl RequestWithReply for QueryAdaptors

source§

impl RequestWithReply for xcb::xv::QueryBestSize

source§

impl RequestWithReply for QueryEncodings

source§

impl RequestWithReply for xcb::xv::QueryExtension

source§

impl RequestWithReply for QueryImageAttributes

source§

impl RequestWithReply for QueryPortAttributes

source§

impl RequestWithReply for xcb::xvmc::CreateContext

source§

impl RequestWithReply for CreateSubpicture

source§

impl RequestWithReply for CreateSurface

source§

impl RequestWithReply for ListSubpictureTypes

source§

impl RequestWithReply for ListSurfaceTypes

source§

impl RequestWithReply for xcb::xvmc::QueryVersion

source§

impl<'a> RequestWithReply for GetBuffers<'a>

source§

impl<'a> RequestWithReply for GetBuffersWithFormat<'a>

source§

impl<'a> RequestWithReply for AreTexturesResident<'a>

source§

impl<'a> RequestWithReply for VendorPrivateWithReply<'a>

source§

impl<'a> RequestWithReply for CreateLease<'a>

source§

impl<'a> RequestWithReply for CreateMode<'a>

source§

impl<'a> RequestWithReply for SetCrtcConfig<'a>

source§

impl<'a> RequestWithReply for QueryClientIds<'a>

source§

impl<'a> RequestWithReply for QueryResourceBytes<'a>

source§

impl<'a> RequestWithReply for AllocNamedColor<'a>

source§

impl<'a> RequestWithReply for InternAtom<'a>

source§

impl<'a> RequestWithReply for ListFonts<'a>

source§

impl<'a> RequestWithReply for ListFontsWithInfo<'a>

source§

impl<'a> RequestWithReply for LookupColor<'a>

source§

impl<'a> RequestWithReply for QueryColors<'a>

source§

impl<'a> RequestWithReply for xcb::x::QueryExtension<'a>

source§

impl<'a> RequestWithReply for QueryTextExtents<'a>

source§

impl<'a> RequestWithReply for SetModifierMapping<'a>

source§

impl<'a> RequestWithReply for SetPointerMapping<'a>

source§

impl<'a> RequestWithReply for ValidateModeLine<'a>

source§

impl<'a> RequestWithReply for ChangeDeviceControl<'a>

source§

impl<'a> RequestWithReply for GetExtensionVersion<'a>

source§

impl<'a> RequestWithReply for GrabDevice<'a>

source§

impl<'a> RequestWithReply for SetDeviceButtonMapping<'a>

source§

impl<'a> RequestWithReply for SetDeviceModifierMapping<'a>

source§

impl<'a> RequestWithReply for SetDeviceValuators<'a>

source§

impl<'a> RequestWithReply for XiGrabDevice<'a>

source§

impl<'a> RequestWithReply for XiPassiveGrabDevice<'a>

source§

impl<'a> RequestWithReply for SetDebuggingFlags<'a>

source§

impl<'a> RequestWithReply for PrintGetOneAttributes<'a>

source§

impl<'a> RequestWithReply for PrintGetPrinterList<'a>

source§

impl<'a, E: BaseEvent> RequestWithReply for Send<'a, E>