pub unsafe trait CookieWithReplyChecked: CookieChecked {
    type Reply: Reply;
}
Expand description

A trait for checked cookies of requests that send a reply.

§Safety

Cookies implementing this trait acknowledge that their error is checked when the reply is fetched from the server. This is the default cookie type for requests with reply.

See also Connection::send_request, Connection::wait_for_reply

Required Associated Types§

source

type Reply: Reply

The reply type associated with the cookie

Object Safety§

This trait is not object safe.

Implementors§

source§

impl CookieWithReplyChecked for EnableCookie

source§

impl CookieWithReplyChecked for GetOverlayWindowCookie

source§

impl CookieWithReplyChecked for xcb::composite::QueryVersionCookie

source§

impl CookieWithReplyChecked for xcb::damage::QueryVersionCookie

source§

impl CookieWithReplyChecked for CapableCookie

source§

impl CookieWithReplyChecked for GetTimeoutsCookie

source§

impl CookieWithReplyChecked for xcb::dpms::GetVersionCookie

source§

impl CookieWithReplyChecked for InfoCookie

source§

impl CookieWithReplyChecked for AuthenticateCookie

source§

impl CookieWithReplyChecked for ConnectCookie

source§

impl CookieWithReplyChecked for CopyRegionCookie

source§

impl CookieWithReplyChecked for GetBuffersCookie

source§

impl CookieWithReplyChecked for GetBuffersWithFormatCookie

source§

impl CookieWithReplyChecked for GetMscCookie

source§

impl CookieWithReplyChecked for GetParamCookie

source§

impl CookieWithReplyChecked for xcb::dri2::QueryVersionCookie

source§

impl CookieWithReplyChecked for SwapBuffersCookie

source§

impl CookieWithReplyChecked for WaitMscCookie

source§

impl CookieWithReplyChecked for WaitSbcCookie

source§

impl CookieWithReplyChecked for BufferFromPixmapCookie

source§

impl CookieWithReplyChecked for BuffersFromPixmapCookie

source§

impl CookieWithReplyChecked for FdFromFenceCookie

source§

impl CookieWithReplyChecked for GetSupportedModifiersCookie

source§

impl CookieWithReplyChecked for OpenCookie

source§

impl CookieWithReplyChecked for xcb::dri3::QueryVersionCookie

source§

impl CookieWithReplyChecked for xcb::ge::QueryVersionCookie

source§

impl CookieWithReplyChecked for AreTexturesResidentCookie

source§

impl CookieWithReplyChecked for FinishCookie

source§

impl CookieWithReplyChecked for GenListsCookie

source§

impl CookieWithReplyChecked for GenQueriesArbCookie

source§

impl CookieWithReplyChecked for GenTexturesCookie

source§

impl CookieWithReplyChecked for GetBooleanvCookie

source§

impl CookieWithReplyChecked for GetClipPlaneCookie

source§

impl CookieWithReplyChecked for GetColorTableCookie

source§

impl CookieWithReplyChecked for GetColorTableParameterfvCookie

source§

impl CookieWithReplyChecked for GetColorTableParameterivCookie

source§

impl CookieWithReplyChecked for GetCompressedTexImageArbCookie

source§

impl CookieWithReplyChecked for GetConvolutionFilterCookie

source§

impl CookieWithReplyChecked for GetConvolutionParameterfvCookie

source§

impl CookieWithReplyChecked for GetConvolutionParameterivCookie

source§

impl CookieWithReplyChecked for GetDoublevCookie

source§

impl CookieWithReplyChecked for GetDrawableAttributesCookie

source§

impl CookieWithReplyChecked for GetErrorCookie

source§

impl CookieWithReplyChecked for GetFbConfigsCookie

source§

impl CookieWithReplyChecked for GetFloatvCookie

source§

impl CookieWithReplyChecked for GetHistogramCookie

source§

impl CookieWithReplyChecked for GetHistogramParameterfvCookie

source§

impl CookieWithReplyChecked for GetHistogramParameterivCookie

source§

impl CookieWithReplyChecked for GetIntegervCookie

source§

impl CookieWithReplyChecked for GetLightfvCookie

source§

impl CookieWithReplyChecked for GetLightivCookie

source§

impl CookieWithReplyChecked for GetMapdvCookie

source§

impl CookieWithReplyChecked for GetMapfvCookie

source§

impl CookieWithReplyChecked for GetMapivCookie

source§

impl CookieWithReplyChecked for GetMaterialfvCookie

source§

impl CookieWithReplyChecked for GetMaterialivCookie

source§

impl CookieWithReplyChecked for GetMinmaxCookie

source§

impl CookieWithReplyChecked for GetMinmaxParameterfvCookie

source§

impl CookieWithReplyChecked for GetMinmaxParameterivCookie

source§

impl CookieWithReplyChecked for GetPixelMapfvCookie

source§

impl CookieWithReplyChecked for GetPixelMapuivCookie

source§

impl CookieWithReplyChecked for GetPixelMapusvCookie

source§

impl CookieWithReplyChecked for GetPolygonStippleCookie

source§

impl CookieWithReplyChecked for GetQueryObjectivArbCookie

source§

impl CookieWithReplyChecked for GetQueryObjectuivArbCookie

source§

impl CookieWithReplyChecked for GetQueryivArbCookie

source§

impl CookieWithReplyChecked for GetSeparableFilterCookie

source§

impl CookieWithReplyChecked for GetStringCookie

source§

impl CookieWithReplyChecked for GetTexEnvfvCookie

source§

impl CookieWithReplyChecked for GetTexEnvivCookie

source§

impl CookieWithReplyChecked for GetTexGendvCookie

source§

impl CookieWithReplyChecked for GetTexGenfvCookie

source§

impl CookieWithReplyChecked for GetTexGenivCookie

source§

impl CookieWithReplyChecked for GetTexImageCookie

source§

impl CookieWithReplyChecked for GetTexLevelParameterfvCookie

source§

impl CookieWithReplyChecked for GetTexLevelParameterivCookie

source§

impl CookieWithReplyChecked for GetTexParameterfvCookie

source§

impl CookieWithReplyChecked for GetTexParameterivCookie

source§

impl CookieWithReplyChecked for GetVisualConfigsCookie

source§

impl CookieWithReplyChecked for IsDirectCookie

source§

impl CookieWithReplyChecked for IsEnabledCookie

source§

impl CookieWithReplyChecked for IsListCookie

source§

impl CookieWithReplyChecked for IsQueryArbCookie

source§

impl CookieWithReplyChecked for IsTextureCookie

source§

impl CookieWithReplyChecked for MakeContextCurrentCookie

source§

impl CookieWithReplyChecked for MakeCurrentCookie

source§

impl CookieWithReplyChecked for QueryContextCookie

source§

impl CookieWithReplyChecked for QueryExtensionsStringCookie

source§

impl CookieWithReplyChecked for QueryServerStringCookie

source§

impl CookieWithReplyChecked for xcb::glx::QueryVersionCookie

source§

impl CookieWithReplyChecked for ReadPixelsCookie

source§

impl CookieWithReplyChecked for RenderModeCookie

source§

impl CookieWithReplyChecked for VendorPrivateWithReplyCookie

source§

impl CookieWithReplyChecked for QueryCapabilitiesCookie

source§

impl CookieWithReplyChecked for xcb::present::QueryVersionCookie

source§

impl CookieWithReplyChecked for CreateLeaseCookie

source§

impl CookieWithReplyChecked for CreateModeCookie

source§

impl CookieWithReplyChecked for GetCrtcGammaCookie

source§

impl CookieWithReplyChecked for GetCrtcGammaSizeCookie

source§

impl CookieWithReplyChecked for GetCrtcInfoCookie

source§

impl CookieWithReplyChecked for GetCrtcTransformCookie

source§

impl CookieWithReplyChecked for GetMonitorsCookie

source§

impl CookieWithReplyChecked for GetOutputInfoCookie

source§

impl CookieWithReplyChecked for GetOutputPrimaryCookie

source§

impl CookieWithReplyChecked for GetOutputPropertyCookie

source§

impl CookieWithReplyChecked for GetPanningCookie

source§

impl CookieWithReplyChecked for GetProviderInfoCookie

source§

impl CookieWithReplyChecked for GetProviderPropertyCookie

source§

impl CookieWithReplyChecked for GetProvidersCookie

source§

impl CookieWithReplyChecked for GetScreenInfoCookie

source§

impl CookieWithReplyChecked for GetScreenResourcesCookie

source§

impl CookieWithReplyChecked for GetScreenResourcesCurrentCookie

source§

impl CookieWithReplyChecked for GetScreenSizeRangeCookie

source§

impl CookieWithReplyChecked for ListOutputPropertiesCookie

source§

impl CookieWithReplyChecked for ListProviderPropertiesCookie

source§

impl CookieWithReplyChecked for QueryOutputPropertyCookie

source§

impl CookieWithReplyChecked for QueryProviderPropertyCookie

source§

impl CookieWithReplyChecked for xcb::randr::QueryVersionCookie

source§

impl CookieWithReplyChecked for SetCrtcConfigCookie

source§

impl CookieWithReplyChecked for SetPanningCookie

source§

impl CookieWithReplyChecked for SetScreenConfigCookie

source§

impl CookieWithReplyChecked for EnableContextCookie

source§

impl CookieWithReplyChecked for GetContextCookie

source§

impl CookieWithReplyChecked for xcb::record::QueryVersionCookie

source§

impl CookieWithReplyChecked for QueryFiltersCookie

source§

impl CookieWithReplyChecked for QueryPictFormatsCookie

source§

impl CookieWithReplyChecked for QueryPictIndexValuesCookie

source§

impl CookieWithReplyChecked for xcb::render::QueryVersionCookie

source§

impl CookieWithReplyChecked for QueryClientIdsCookie

source§

impl CookieWithReplyChecked for QueryClientPixmapBytesCookie

source§

impl CookieWithReplyChecked for QueryClientResourcesCookie

source§

impl CookieWithReplyChecked for QueryClientsCookie

source§

impl CookieWithReplyChecked for QueryResourceBytesCookie

source§

impl CookieWithReplyChecked for xcb::res::QueryVersionCookie

source§

impl CookieWithReplyChecked for QueryInfoCookie

source§

impl CookieWithReplyChecked for xcb::screensaver::QueryVersionCookie

source§

impl CookieWithReplyChecked for GetRectanglesCookie

source§

impl CookieWithReplyChecked for InputSelectedCookie

source§

impl CookieWithReplyChecked for QueryExtentsCookie

source§

impl CookieWithReplyChecked for xcb::shape::QueryVersionCookie

source§

impl CookieWithReplyChecked for CreateSegmentCookie

source§

impl CookieWithReplyChecked for xcb::shm::GetImageCookie

source§

impl CookieWithReplyChecked for xcb::shm::QueryVersionCookie

source§

impl CookieWithReplyChecked for GetPriorityCookie

source§

impl CookieWithReplyChecked for InitializeCookie

source§

impl CookieWithReplyChecked for ListSystemCountersCookie

source§

impl CookieWithReplyChecked for QueryAlarmCookie

source§

impl CookieWithReplyChecked for QueryCounterCookie

source§

impl CookieWithReplyChecked for QueryFenceCookie

source§

impl CookieWithReplyChecked for AllocColorCellsCookie

source§

impl CookieWithReplyChecked for AllocColorCookie

source§

impl CookieWithReplyChecked for AllocColorPlanesCookie

source§

impl CookieWithReplyChecked for AllocNamedColorCookie

source§

impl CookieWithReplyChecked for GetAtomNameCookie

source§

impl CookieWithReplyChecked for GetFontPathCookie

source§

impl CookieWithReplyChecked for GetGeometryCookie

source§

impl CookieWithReplyChecked for xcb::x::GetImageCookie

source§

impl CookieWithReplyChecked for GetInputFocusCookie

source§

impl CookieWithReplyChecked for GetKeyboardControlCookie

source§

impl CookieWithReplyChecked for GetKeyboardMappingCookie

source§

impl CookieWithReplyChecked for GetModifierMappingCookie

source§

impl CookieWithReplyChecked for GetMotionEventsCookie

source§

impl CookieWithReplyChecked for GetPointerControlCookie

source§

impl CookieWithReplyChecked for GetPointerMappingCookie

source§

impl CookieWithReplyChecked for GetPropertyCookie

source§

impl CookieWithReplyChecked for GetScreenSaverCookie

source§

impl CookieWithReplyChecked for GetSelectionOwnerCookie

source§

impl CookieWithReplyChecked for GetWindowAttributesCookie

source§

impl CookieWithReplyChecked for GrabKeyboardCookie

source§

impl CookieWithReplyChecked for GrabPointerCookie

source§

impl CookieWithReplyChecked for InternAtomCookie

source§

impl CookieWithReplyChecked for ListExtensionsCookie

source§

impl CookieWithReplyChecked for ListFontsCookie

source§

impl CookieWithReplyChecked for ListFontsWithInfoCookie

source§

impl CookieWithReplyChecked for ListHostsCookie

source§

impl CookieWithReplyChecked for ListInstalledColormapsCookie

source§

impl CookieWithReplyChecked for xcb::x::ListPropertiesCookie

source§

impl CookieWithReplyChecked for LookupColorCookie

source§

impl CookieWithReplyChecked for xcb::x::QueryBestSizeCookie

source§

impl CookieWithReplyChecked for QueryColorsCookie

source§

impl CookieWithReplyChecked for xcb::x::QueryExtensionCookie

source§

impl CookieWithReplyChecked for QueryFontCookie

source§

impl CookieWithReplyChecked for QueryKeymapCookie

source§

impl CookieWithReplyChecked for QueryPointerCookie

source§

impl CookieWithReplyChecked for QueryTextExtentsCookie

source§

impl CookieWithReplyChecked for QueryTreeCookie

source§

impl CookieWithReplyChecked for SetModifierMappingCookie

source§

impl CookieWithReplyChecked for SetPointerMappingCookie

source§

impl CookieWithReplyChecked for TranslateCoordinatesCookie

source§

impl CookieWithReplyChecked for xcb::xc_misc::GetVersionCookie

source§

impl CookieWithReplyChecked for GetXidListCookie

source§

impl CookieWithReplyChecked for GetXidRangeCookie

source§

impl CookieWithReplyChecked for EndCookie

source§

impl CookieWithReplyChecked for xcb::xevie::QueryVersionCookie

source§

impl CookieWithReplyChecked for SelectInputCookie

source§

impl CookieWithReplyChecked for SendCookie

source§

impl CookieWithReplyChecked for StartCookie

source§

impl CookieWithReplyChecked for AuthConnectionCookie

source§

impl CookieWithReplyChecked for xcb::xf86dri::CreateContextCookie

source§

impl CookieWithReplyChecked for CreateDrawableCookie

source§

impl CookieWithReplyChecked for GetClientDriverNameCookie

source§

impl CookieWithReplyChecked for xcb::xf86dri::GetDeviceInfoCookie

source§

impl CookieWithReplyChecked for GetDrawableInfoCookie

source§

impl CookieWithReplyChecked for OpenConnectionCookie

source§

impl CookieWithReplyChecked for QueryDirectRenderingCapableCookie

source§

impl CookieWithReplyChecked for xcb::xf86dri::QueryVersionCookie

source§

impl CookieWithReplyChecked for GetAllModeLinesCookie

source§

impl CookieWithReplyChecked for GetDotClocksCookie

source§

impl CookieWithReplyChecked for GetGammaCookie

source§

impl CookieWithReplyChecked for GetGammaRampCookie

source§

impl CookieWithReplyChecked for GetGammaRampSizeCookie

source§

impl CookieWithReplyChecked for GetModeLineCookie

source§

impl CookieWithReplyChecked for GetMonitorCookie

source§

impl CookieWithReplyChecked for GetPermissionsCookie

source§

impl CookieWithReplyChecked for GetViewPortCookie

source§

impl CookieWithReplyChecked for xcb::xf86vidmode::QueryVersionCookie

source§

impl CookieWithReplyChecked for ValidateModeLineCookie

source§

impl CookieWithReplyChecked for FetchRegionCookie

source§

impl CookieWithReplyChecked for GetCursorImageAndNameCookie

source§

impl CookieWithReplyChecked for GetCursorImageCookie

source§

impl CookieWithReplyChecked for GetCursorNameCookie

source§

impl CookieWithReplyChecked for xcb::xfixes::QueryVersionCookie

source§

impl CookieWithReplyChecked for GetScreenCountCookie

source§

impl CookieWithReplyChecked for GetScreenSizeCookie

source§

impl CookieWithReplyChecked for xcb::xinerama::GetStateCookie

source§

impl CookieWithReplyChecked for IsActiveCookie

source§

impl CookieWithReplyChecked for QueryScreensCookie

source§

impl CookieWithReplyChecked for xcb::xinerama::QueryVersionCookie

source§

impl CookieWithReplyChecked for ChangeDeviceControlCookie

source§

impl CookieWithReplyChecked for ChangeKeyboardDeviceCookie

source§

impl CookieWithReplyChecked for ChangePointerDeviceCookie

source§

impl CookieWithReplyChecked for GetDeviceButtonMappingCookie

source§

impl CookieWithReplyChecked for GetDeviceControlCookie

source§

impl CookieWithReplyChecked for GetDeviceDontPropagateListCookie

source§

impl CookieWithReplyChecked for GetDeviceFocusCookie

source§

impl CookieWithReplyChecked for GetDeviceKeyMappingCookie

source§

impl CookieWithReplyChecked for GetDeviceModifierMappingCookie

source§

impl CookieWithReplyChecked for GetDeviceMotionEventsCookie

source§

impl CookieWithReplyChecked for GetDevicePropertyCookie

source§

impl CookieWithReplyChecked for GetExtensionVersionCookie

source§

impl CookieWithReplyChecked for GetFeedbackControlCookie

source§

impl CookieWithReplyChecked for GetSelectedExtensionEventsCookie

source§

impl CookieWithReplyChecked for GrabDeviceCookie

source§

impl CookieWithReplyChecked for ListDevicePropertiesCookie

source§

impl CookieWithReplyChecked for ListInputDevicesCookie

source§

impl CookieWithReplyChecked for OpenDeviceCookie

source§

impl CookieWithReplyChecked for QueryDeviceStateCookie

source§

impl CookieWithReplyChecked for SetDeviceButtonMappingCookie

source§

impl CookieWithReplyChecked for SetDeviceModeCookie

source§

impl CookieWithReplyChecked for SetDeviceModifierMappingCookie

source§

impl CookieWithReplyChecked for SetDeviceValuatorsCookie

source§

impl CookieWithReplyChecked for XiGetClientPointerCookie

source§

impl CookieWithReplyChecked for XiGetFocusCookie

source§

impl CookieWithReplyChecked for XiGetPropertyCookie

source§

impl CookieWithReplyChecked for XiGetSelectedEventsCookie

source§

impl CookieWithReplyChecked for XiGrabDeviceCookie

source§

impl CookieWithReplyChecked for XiListPropertiesCookie

source§

impl CookieWithReplyChecked for XiPassiveGrabDeviceCookie

source§

impl CookieWithReplyChecked for XiQueryDeviceCookie

source§

impl CookieWithReplyChecked for XiQueryPointerCookie

source§

impl CookieWithReplyChecked for XiQueryVersionCookie

source§

impl CookieWithReplyChecked for GetCompatMapCookie

source§

impl CookieWithReplyChecked for GetControlsCookie

source§

impl CookieWithReplyChecked for xcb::xkb::GetDeviceInfoCookie

source§

impl CookieWithReplyChecked for GetIndicatorMapCookie

source§

impl CookieWithReplyChecked for GetIndicatorStateCookie

source§

impl CookieWithReplyChecked for GetKbdByNameCookie

source§

impl CookieWithReplyChecked for GetMapCookie

source§

impl CookieWithReplyChecked for GetNamedIndicatorCookie

source§

impl CookieWithReplyChecked for GetNamesCookie

source§

impl CookieWithReplyChecked for xcb::xkb::GetStateCookie

source§

impl CookieWithReplyChecked for ListComponentsCookie

source§

impl CookieWithReplyChecked for PerClientFlagsCookie

source§

impl CookieWithReplyChecked for SetDebuggingFlagsCookie

source§

impl CookieWithReplyChecked for UseExtensionCookie

source§

impl CookieWithReplyChecked for PrintGetAttributesCookie

source§

impl CookieWithReplyChecked for PrintGetContextCookie

source§

impl CookieWithReplyChecked for PrintGetDocumentDataCookie

source§

impl CookieWithReplyChecked for PrintGetImageResolutionCookie

source§

impl CookieWithReplyChecked for PrintGetOneAttributesCookie

source§

impl CookieWithReplyChecked for PrintGetPageDimensionsCookie

source§

impl CookieWithReplyChecked for PrintGetPrinterListCookie

source§

impl CookieWithReplyChecked for PrintGetScreenOfContextCookie

source§

impl CookieWithReplyChecked for PrintInputSelectedCookie

source§

impl CookieWithReplyChecked for PrintQueryScreensCookie

source§

impl CookieWithReplyChecked for PrintQueryVersionCookie

source§

impl CookieWithReplyChecked for PrintSetImageResolutionCookie

source§

impl CookieWithReplyChecked for GetClientContextCookie

source§

impl CookieWithReplyChecked for GetDeviceContextCookie

source§

impl CookieWithReplyChecked for GetDeviceCreateContextCookie

source§

impl CookieWithReplyChecked for GetPropertyContextCookie

source§

impl CookieWithReplyChecked for GetPropertyCreateContextCookie

source§

impl CookieWithReplyChecked for GetPropertyDataContextCookie

source§

impl CookieWithReplyChecked for GetPropertyUseContextCookie

source§

impl CookieWithReplyChecked for GetSelectionContextCookie

source§

impl CookieWithReplyChecked for GetSelectionCreateContextCookie

source§

impl CookieWithReplyChecked for GetSelectionDataContextCookie

source§

impl CookieWithReplyChecked for GetSelectionUseContextCookie

source§

impl CookieWithReplyChecked for GetWindowContextCookie

source§

impl CookieWithReplyChecked for GetWindowCreateContextCookie

source§

impl CookieWithReplyChecked for xcb::xselinux::ListPropertiesCookie

source§

impl CookieWithReplyChecked for ListSelectionsCookie

source§

impl CookieWithReplyChecked for xcb::xselinux::QueryVersionCookie

source§

impl CookieWithReplyChecked for CompareCursorCookie

source§

impl CookieWithReplyChecked for xcb::xtest::GetVersionCookie

source§

impl CookieWithReplyChecked for GetPortAttributeCookie

source§

impl CookieWithReplyChecked for GrabPortCookie

source§

impl CookieWithReplyChecked for ListImageFormatsCookie

source§

impl CookieWithReplyChecked for QueryAdaptorsCookie

source§

impl CookieWithReplyChecked for xcb::xv::QueryBestSizeCookie

source§

impl CookieWithReplyChecked for QueryEncodingsCookie

source§

impl CookieWithReplyChecked for xcb::xv::QueryExtensionCookie

source§

impl CookieWithReplyChecked for QueryImageAttributesCookie

source§

impl CookieWithReplyChecked for QueryPortAttributesCookie

source§

impl CookieWithReplyChecked for xcb::xvmc::CreateContextCookie

source§

impl CookieWithReplyChecked for CreateSubpictureCookie

source§

impl CookieWithReplyChecked for CreateSurfaceCookie

source§

impl CookieWithReplyChecked for ListSubpictureTypesCookie

source§

impl CookieWithReplyChecked for ListSurfaceTypesCookie

source§

impl CookieWithReplyChecked for xcb::xvmc::QueryVersionCookie