Trait steam_vent_proto::RpcMessage

source ·
pub trait RpcMessage: Debug + Sized {
    // Required methods
    fn parse(_reader: &mut dyn Read) -> Result<Self>;
    fn write(&self, _writer: &mut dyn Write) -> Result<()>;
    fn encode_size(&self) -> usize;
}

Required Methods§

source

fn parse(_reader: &mut dyn Read) -> Result<Self>

source

fn write(&self, _writer: &mut dyn Write) -> Result<()>

source

fn encode_size(&self) -> usize

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl RpcMessage for ()

source§

fn parse(_reader: &mut dyn Read) -> Result<Self>

source§

fn write(&self, _writer: &mut dyn Write) -> Result<()>

source§

fn encode_size(&self) -> usize

Implementors§

source§

impl RpcMessage for CClientMetrics_ClientBootstrap_RequestInfo

source§

impl RpcMessage for CClientMetrics_ClientBootstrap_Summary

source§

impl RpcMessage for CClientMetrics_ContentDownloadResponse_Counts

source§

impl RpcMessage for CClientMetrics_ContentDownloadResponse_HostCounts

source§

impl RpcMessage for CClientMetrics_ContentDownloadResponse_Hosts

source§

impl RpcMessage for ContentDeltaChunks

source§

impl RpcMessage for ContentManifestMetadata

source§

impl RpcMessage for ContentManifestPayload

source§

impl RpcMessage for ContentManifestSignature

source§

impl RpcMessage for CStorePageFilter

source§

impl RpcMessage for EncryptedAppTicket

source§

impl RpcMessage for CCookie

source§

impl RpcMessage for CHTMLHeader

source§

impl RpcMessage for CHTMLPageSecurityInfo

source§

impl RpcMessage for CHistoryEntry

source§

impl RpcMessage for CMsgAckPIDShuttingDown

source§

impl RpcMessage for CMsgAckScreenDPI

source§

impl RpcMessage for CMsgAckSharedPaintBuffers

source§

impl RpcMessage for CMsgAddHeader

source§

impl RpcMessage for CMsgAuthedSteamDomains

source§

impl RpcMessage for CMsgBlockedRequest

source§

impl RpcMessage for CMsgBringWindowToFront

source§

impl RpcMessage for CMsgBrowserCreate

source§

impl RpcMessage for CMsgBrowserCreateResponse

source§

impl RpcMessage for CMsgBrowserErrorStrings

source§

impl RpcMessage for CMsgBrowserFocusChanged

source§

impl RpcMessage for CMsgBrowserPosition

source§

impl RpcMessage for CMsgBrowserReady

source§

impl RpcMessage for CMsgBrowserRemove

source§

impl RpcMessage for CMsgBrowserResized

source§

impl RpcMessage for CMsgBrowserSetMinSize

source§

impl RpcMessage for CMsgBrowserSetName

source§

impl RpcMessage for CMsgBrowserSize

source§

impl RpcMessage for CMsgBrowserViewPostMessageToParentRequest

source§

impl RpcMessage for CMsgBuildID

source§

impl RpcMessage for CMsgCanGoBackAndForward

source§

impl RpcMessage for CMsgClearAllBrowsingData

source§

impl RpcMessage for CMsgClearAllCookies

source§

impl RpcMessage for CMsgClearHistory

source§

impl RpcMessage for CMsgClose

source§

impl RpcMessage for CMsgCloseDevTools

source§

impl RpcMessage for CMsgCloseFullScreenFlashIfOpen

source§

impl RpcMessage for CMsgComboNeedsPaint

source§

impl RpcMessage for CMsgCopy

source§

impl RpcMessage for CMsgDisableBackgroundThrottling

source§

impl RpcMessage for CMsgDisableF5

source§

impl RpcMessage for CMsgDraggableRegionsChanged

source§

impl RpcMessage for CMsgExecuteJavaScript

source§

impl RpcMessage for CMsgExitFullScreen

source§

impl RpcMessage for CMsgFavIconURLChanged

source§

impl RpcMessage for CMsgFileLoadDialog

source§

impl RpcMessage for CMsgFileLoadDialogResponse

source§

impl RpcMessage for CMsgFind

source§

impl RpcMessage for CMsgFinishedRequest

source§

impl RpcMessage for CMsgFocusedNodeText

source§

impl RpcMessage for CMsgFocusedNodeTextResponse

source§

impl RpcMessage for CMsgForcePopupsToDirectHWND

source§

impl RpcMessage for CMsgFullRepaint

source§

impl RpcMessage for CMsgGameOverlayTargetTextureID

source§

impl RpcMessage for CMsgGameOverlayTexturePaint

source§

impl RpcMessage for CMsgGetCookiesForURL

source§

impl RpcMessage for CMsgGetCookiesForURLResponse

source§

impl RpcMessage for CMsgGetZoom

source§

impl RpcMessage for CMsgGetZoomResponse

source§

impl RpcMessage for CMsgGoBack

source§

impl RpcMessage for CMsgGoForward

source§

impl RpcMessage for CMsgHandleContextMenuCommand

source§

impl RpcMessage for CMsgHidePopup

source§

impl RpcMessage for CMsgHideToolTip

source§

impl RpcMessage for CMsgHideWindow

source§

impl RpcMessage for CMsgHistoryChanged

source§

impl RpcMessage for CMsgHorizontalScrollBarSize

source§

impl RpcMessage for CMsgHorizontalScrollBarSizeResponse

source§

impl RpcMessage for CMsgImeCancelComposition

source§

impl RpcMessage for CMsgImeCommitText

source§

impl RpcMessage for CMsgImeCompositionRangeChanged

source§

impl RpcMessage for CMsgImeSetComposition

source§

impl RpcMessage for CMsgInspectElement

source§

impl RpcMessage for CMsgJSAlert

source§

impl RpcMessage for CMsgJSConfirm

source§

impl RpcMessage for CMsgJSDialogResponse

source§

impl RpcMessage for CMsgJSExecuteCallback

source§

impl RpcMessage for CMsgJSMethodCall

source§

impl RpcMessage for CMsgJSRaiseException

source§

impl RpcMessage for CMsgJSRegisterMethod

source§

impl RpcMessage for CMsgJSReleaseCallback

source§

impl RpcMessage for CMsgJSValue

source§

impl RpcMessage for CMsgKeyChar

source§

impl RpcMessage for CMsgKeyDown

source§

impl RpcMessage for CMsgKeyUp

source§

impl RpcMessage for CMsgLinkAtPosition

source§

impl RpcMessage for CMsgLinkAtPositionResponse

source§

impl RpcMessage for CMsgLoadError

source§

impl RpcMessage for CMsgLoadLocalization

source§

impl RpcMessage for CMsgLoadedRequest

source§

impl RpcMessage for CMsgLoadingResource

source§

impl RpcMessage for CMsgMaximizeRestoreWindow

source§

impl RpcMessage for CMsgMinimizeWindow

source§

impl RpcMessage for CMsgMouseDblClick

source§

impl RpcMessage for CMsgMouseDown

source§

impl RpcMessage for CMsgMouseLeave

source§

impl RpcMessage for CMsgMouseMove

source§

impl RpcMessage for CMsgMouseUp

source§

impl RpcMessage for CMsgMouseWheel

source§

impl RpcMessage for CMsgNeedsPaint

source§

impl RpcMessage for CMsgNeedsSharedTexturePaint

source§

impl RpcMessage for CMsgNodeHasFocus

source§

impl RpcMessage for CMsgNotifyUserActivation

source§

impl RpcMessage for CMsgOpenDevTools

source§

impl RpcMessage for CMsgOpenNewTab

source§

impl RpcMessage for CMsgOpenSteamURL

source§

impl RpcMessage for CMsgPageSecurity

source§

impl RpcMessage for CMsgPaste

source§

impl RpcMessage for CMsgPauseFullScreenFlashMovieIfOpen

source§

impl RpcMessage for CMsgPauseRepaint

source§

impl RpcMessage for CMsgPopupCreated

source§

impl RpcMessage for CMsgPopupHTMLWindow

source§

impl RpcMessage for CMsgPopupHTMLWindowResponse

source§

impl RpcMessage for CMsgPostURL

source§

impl RpcMessage for CMsgReload

source§

impl RpcMessage for CMsgRequestFullScreen

source§

impl RpcMessage for CMsgResizeGripChanged

source§

impl RpcMessage for CMsgSavePageToJPEG

source§

impl RpcMessage for CMsgSavePageToJPEGResponse

source§

impl RpcMessage for CMsgScalePageToValue

source§

impl RpcMessage for CMsgScalePageToValueResponse

source§

impl RpcMessage for CMsgScreenDPI

source§

impl RpcMessage for CMsgScreenInformationChanged

source§

impl RpcMessage for CMsgSearchResults

source§

impl RpcMessage for CMsgSetCookie

source§

impl RpcMessage for CMsgSetCursor

source§

impl RpcMessage for CMsgSetFocus

source§

impl RpcMessage for CMsgSetForceDeviceScaleFactors

source§

impl RpcMessage for CMsgSetForegroundWindow

source§

impl RpcMessage for CMsgSetGameOverlayTargetPIDs

source§

impl RpcMessage for CMsgSetHTMLTitle

source§

impl RpcMessage for CMsgSetHorizontalScroll

source§

impl RpcMessage for CMsgSetLocalFileRequestMapping

source§

impl RpcMessage for CMsgSetNetFakeLocalSystemState

source§

impl RpcMessage for CMsgSetPIDShuttingDown

source§

impl RpcMessage for CMsgSetProtocolBlockList

source§

impl RpcMessage for CMsgSetSharedPaintBuffers

source§

impl RpcMessage for CMsgSetTargetFrameRate

source§

impl RpcMessage for CMsgSetTopWindow

source§

impl RpcMessage for CMsgSetTouchGesturesToCancel

source§

impl RpcMessage for CMsgSetUIMode

source§

impl RpcMessage for CMsgSetVRKeyboardVisibility

source§

impl RpcMessage for CMsgSetVerticalScroll

source§

impl RpcMessage for CMsgSetWindowPosition

source§

impl RpcMessage for CMsgSetWindowVisibility

source§

impl RpcMessage for CMsgSetZoomLevel

source§

impl RpcMessage for CMsgShowBrowserContextMenu

source§

impl RpcMessage for CMsgShowPopup

source§

impl RpcMessage for CMsgShowToolTip

source§

impl RpcMessage for CMsgShowWindow

source§

impl RpcMessage for CMsgSizePopup

source§

impl RpcMessage for CMsgStartDownload

source§

impl RpcMessage for CMsgStartRequest

source§

impl RpcMessage for CMsgStartRequestResponse

source§

impl RpcMessage for CMsgStatusText

source§

impl RpcMessage for CMsgSteamAuthCookiesSet

source§

impl RpcMessage for CMsgSteamAuthNeeded

source§

impl RpcMessage for CMsgStopFind

source§

impl RpcMessage for CMsgStopLoad

source§

impl RpcMessage for CMsgToggleFindInPageDialog

source§

impl RpcMessage for CMsgTouchGesture

source§

impl RpcMessage for CMsgURLChanged

source§

impl RpcMessage for CMsgUnlockH264

source§

impl RpcMessage for CMsgUpdateToolTip

source§

impl RpcMessage for CMsgVerticalScrollBarSize

source§

impl RpcMessage for CMsgVerticalScrollBarSizeResponse

source§

impl RpcMessage for CMsgViewSource

source§

impl RpcMessage for CMsgWasHidden

source§

impl RpcMessage for CMsgZoomToElementAtPosition

source§

impl RpcMessage for CMsgZoomToElementAtPositionResponse

source§

impl RpcMessage for CMsgZoomToFocusedElement

source§

impl RpcMessage for Offline_Ticket

source§

impl RpcMessage for CMsgSteamDatagramCachedCredentialsForApp

source§

impl RpcMessage for CMsgSteamDatagramGameCoordinatorServerLogin

source§

impl RpcMessage for CMsgSteamDatagramHostedServerAddressPlaintext

source§

impl RpcMessage for CMsgSteamDatagramRelayAuthTicket

source§

impl RpcMessage for CMsgSteamDatagramSignedGameCoordinatorServerLogin

source§

impl RpcMessage for CMsgSteamDatagramSignedRelayAuthTicket

source§

impl RpcMessage for CMsgSteamDatagramClientPingSampleReply

source§

impl RpcMessage for CMsgSteamDatagramClientPingSampleRequest

source§

impl RpcMessage for CMsgSteamDatagramClientSwitchedPrimary

source§

impl RpcMessage for CMsgSteamDatagramConnectOK

source§

impl RpcMessage for CMsgSteamDatagramConnectRequest

source§

impl RpcMessage for CMsgSteamDatagramConnectionClosed

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsClientToRouter

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsP2PClientToRouter

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsP2PRouterToClient

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsRouterToClient

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsRouterToServer

source§

impl RpcMessage for CMsgSteamDatagramConnectionStatsServerToRouter

source§

impl RpcMessage for CMsgSteamDatagramGameserverPingReplyData

source§

impl RpcMessage for CMsgSteamDatagramGameserverPingRequestBody

source§

impl RpcMessage for CMsgSteamDatagramGameserverPingRequestEnvelope

source§

impl RpcMessage for CMsgSteamDatagramGameserverSessionEstablished

source§

impl RpcMessage for CMsgSteamDatagramGameserverSessionRequest

source§

impl RpcMessage for CMsgSteamDatagramNoConnection

source§

impl RpcMessage for CMsgSteamDatagramNoSessionRelayToClient

source§

impl RpcMessage for CMsgSteamDatagramNoSessionRelayToPeer

source§

impl RpcMessage for CMsgSteamDatagramP2PBadRouteRouterToClient

source§

impl RpcMessage for CMsgSteamDatagramP2PRoutes

source§

impl RpcMessage for CMsgSteamDatagramP2PRoutingSummary

source§

impl RpcMessage for CMsgSteamDatagramP2PSessionEstablished

source§

impl RpcMessage for CMsgSteamDatagramP2PSessionRequest

source§

impl RpcMessage for CMsgSteamDatagramP2PSessionRequestBody

source§

impl RpcMessage for CMsgSteamDatagramRouterPingReply

source§

impl RpcMessage for CMsgSteamDatagramSetSecondaryAddressRequest

source§

impl RpcMessage for CMsgSteamDatagramSetSecondaryAddressResult

source§

impl RpcMessage for CMsgSteamDatagramSignedMessageGeneric

source§

impl RpcMessage for CMsgSteamNetworkingIPAddress

source§

impl RpcMessage for CMsgSteamNetworkingP2PSDRRoutingSummary

source§

impl RpcMessage for CAccountHardware_CompleteSteamControllerRegistration_Request

source§

impl RpcMessage for CAccountHardware_CompleteSteamControllerRegistration_Response

source§

impl RpcMessage for CAccountHardware_DeRegisterSteamController_Request

source§

impl RpcMessage for CAccountHardware_DeRegisterSteamController_Response

source§

impl RpcMessage for CAccountHardware_GetPersonalizationFile_Request

source§

impl RpcMessage for CAccountHardware_GetPersonalizationFile_Response

source§

impl RpcMessage for CAccountHardware_GetSteamDeckComponents_Request

source§

impl RpcMessage for CAccountHardware_GetSteamDeckComponents_Response

source§

impl RpcMessage for CAccountHardware_QueryAccountsRegisteredToSerial_Accounts

source§

impl RpcMessage for CAccountHardware_QueryAccountsRegisteredToSerial_Request

source§

impl RpcMessage for CAccountHardware_QueryAccountsRegisteredToSerial_Response

source§

impl RpcMessage for CAccountHardware_RegisterSteamController_Request

source§

impl RpcMessage for CAccountHardware_RegisterSteamController_Response

source§

impl RpcMessage for CAccountHardware_RegisterValveIndexComponent_Request

source§

impl RpcMessage for CAccountHardware_RegisterValveIndexComponent_Response

source§

impl RpcMessage for CAccountHardware_SetPersonalizationFile_Request

source§

impl RpcMessage for CAccountHardware_SetPersonalizationFile_Response

source§

impl RpcMessage for CAccountHardware_SteamControllerGetConfig_ControllerConfig

source§

impl RpcMessage for CAccountHardware_SteamControllerGetConfig_Request

source§

impl RpcMessage for CAccountHardware_SteamControllerGetConfig_Response

source§

impl RpcMessage for CAccountHardware_SteamControllerSetConfig_ControllerConfig

source§

impl RpcMessage for CAccountHardware_SteamControllerSetConfig_Request

source§

impl RpcMessage for CAccountHardware_SteamControllerSetConfig_Response

source§

impl RpcMessage for CAccountHardware_VRCompatibilityCheck_Request

source§

impl RpcMessage for CAccountHardware_VRCompatibilityCheck_Response

source§

impl RpcMessage for CAppBootstrapData

source§

impl RpcMessage for CAppOverview

source§

impl RpcMessage for CAppOverview_AppAssociation

source§

impl RpcMessage for CAppOverview_Change

source§

impl RpcMessage for CAppOverview_PerClientData

source§

impl RpcMessage for CLibraryBootstrapData

source§

impl RpcMessage for CAuthenticationSupport_GetTokenHistory_Request

source§

impl RpcMessage for CAuthenticationSupport_GetTokenHistory_Response

source§

impl RpcMessage for CAuthenticationSupport_QueryRefreshTokenByID_Request

source§

impl RpcMessage for CAuthenticationSupport_QueryRefreshTokenByID_Response

source§

impl RpcMessage for CAuthenticationSupport_QueryRefreshTokensByAccount_Request

source§

impl RpcMessage for CAuthenticationSupport_QueryRefreshTokensByAccount_Response

source§

impl RpcMessage for CAuthenticationSupport_RevokeToken_Request

source§

impl RpcMessage for CAuthenticationSupport_RevokeToken_Response

source§

impl RpcMessage for CAuthentication_AccessToken_GenerateForApp_Request

source§

impl RpcMessage for CAuthentication_AccessToken_GenerateForApp_Response

source§

impl RpcMessage for CAuthentication_AllowedConfirmation

source§

impl RpcMessage for CAuthentication_BeginAuthSessionViaCredentials_Request

source§

impl RpcMessage for CAuthentication_BeginAuthSessionViaCredentials_Response

source§

impl RpcMessage for CAuthentication_BeginAuthSessionViaQR_Request

source§

impl RpcMessage for CAuthentication_BeginAuthSessionViaQR_Response

source§

impl RpcMessage for CAuthentication_DeviceDetails

source§

impl RpcMessage for CAuthentication_GetAuthSessionInfo_Request

source§

impl RpcMessage for CAuthentication_GetAuthSessionInfo_Response

source§

impl RpcMessage for CAuthentication_GetAuthSessionsForAccount_Request

source§

impl RpcMessage for CAuthentication_GetAuthSessionsForAccount_Response

source§

impl RpcMessage for CAuthentication_GetPasswordRSAPublicKey_Request

source§

impl RpcMessage for CAuthentication_GetPasswordRSAPublicKey_Response

source§

impl RpcMessage for CAuthentication_MigrateMobileSession_Request

source§

impl RpcMessage for CAuthentication_MigrateMobileSession_Response

source§

impl RpcMessage for CAuthentication_PollAuthSessionStatus_Request

source§

impl RpcMessage for CAuthentication_PollAuthSessionStatus_Response

source§

impl RpcMessage for CAuthentication_RefreshToken_Enumerate_Request

source§

impl RpcMessage for CAuthentication_RefreshToken_Enumerate_Response

source§

impl RpcMessage for CAuthentication_RefreshToken_Revoke_Request

source§

impl RpcMessage for CAuthentication_RefreshToken_Revoke_Response

source§

impl RpcMessage for CAuthentication_Token_Revoke_Request

source§

impl RpcMessage for CAuthentication_Token_Revoke_Response

source§

impl RpcMessage for CAuthentication_UpdateAuthSessionWithMobileConfirmation_Request

source§

impl RpcMessage for CAuthentication_UpdateAuthSessionWithMobileConfirmation_Response

source§

impl RpcMessage for CAuthentication_UpdateAuthSessionWithSteamGuardCode_Request

source§

impl RpcMessage for CAuthentication_UpdateAuthSessionWithSteamGuardCode_Response

source§

impl RpcMessage for CCloudGaming_CreateNonce_Request

source§

impl RpcMessage for CCloudGaming_CreateNonce_Response

source§

impl RpcMessage for CCloudGaming_GetTimeRemaining_Request

source§

impl RpcMessage for CCloudGaming_GetTimeRemaining_Response

source§

impl RpcMessage for CCloudGaming_TimeRemaining

source§

impl RpcMessage for CSupportRefreshTokenAudit

source§

impl RpcMessage for CSupportRefreshTokenDescription

source§

impl RpcMessage for CBilling_Address

source§

impl RpcMessage for CCDDBAppDetailCommon

source§

impl RpcMessage for CClanEventData

source§

impl RpcMessage for CClanEventUserNewsTuple

source§

impl RpcMessage for CClanMatchEventByRange

source§

impl RpcMessage for CCommunity_ClanAnnouncementInfo

source§

impl RpcMessage for CCuratorPreferences

source§

impl RpcMessage for CLocalizationToken

source§

impl RpcMessage for CMsgAppRights

source§

impl RpcMessage for CMsgAuthTicket

source§

impl RpcMessage for CMsgGCRoutingProtoBufHeader

source§

impl RpcMessage for CMsgIPAddress

source§

impl RpcMessage for CMsgIPAddressBucket

source§

impl RpcMessage for CMsgKeyValuePair

source§

impl RpcMessage for CMsgKeyValueSet

source§

impl RpcMessage for CMsgMulti

source§

impl RpcMessage for CMsgProtoBufHeader

source§

impl RpcMessage for CMsgProtobufWrapped

source§

impl RpcMessage for CPackageReservationStatus

source§

impl RpcMessage for UserContentDescriptorPreferences

source§

impl RpcMessage for CBroadcast_BeginBroadcastSession_Request

source§

impl RpcMessage for CBroadcast_BeginBroadcastSession_Response

source§

impl RpcMessage for CBroadcast_BroadcastChannelLive_Notification

source§

impl RpcMessage for CBroadcast_BroadcastStatus_Notification

source§

impl RpcMessage for CBroadcast_BroadcastUploadStarted_Notification

source§

impl RpcMessage for CBroadcast_BroadcastViewerState_Notification

source§

impl RpcMessage for CBroadcast_EndBroadcastSession_Request

source§

impl RpcMessage for CBroadcast_EndBroadcastSession_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastChatInfo_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastChatInfo_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastChatUserNames_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastChatUserNames_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastStatus_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastStatus_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastThumbnail_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastThumbnail_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastUploadStats_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastUploadStats_Response

source§

impl RpcMessage for CBroadcast_GetBroadcastViewerStats_Request

source§

impl RpcMessage for CBroadcast_GetBroadcastViewerStats_Response

source§

impl RpcMessage for CBroadcast_GetBuildClipStatus_Request

source§

impl RpcMessage for CBroadcast_GetBuildClipStatus_Response

source§

impl RpcMessage for CBroadcast_GetClipDetails_Request

source§

impl RpcMessage for CBroadcast_GetClipDetails_Response

source§

impl RpcMessage for CBroadcast_GetRTMPInfo_Request

source§

impl RpcMessage for CBroadcast_GetRTMPInfo_Response

source§

impl RpcMessage for CBroadcast_HeartbeatBroadcast_Notification

source§

impl RpcMessage for CBroadcast_InviteToBroadcast_Request

source§

impl RpcMessage for CBroadcast_InviteToBroadcast_Response

source§

impl RpcMessage for CBroadcast_MuteBroadcastChatUser_Request

source§

impl RpcMessage for CBroadcast_MuteBroadcastChatUser_Response

source§

impl RpcMessage for CBroadcast_NotifyBroadcastSessionHeartbeat_Notification

source§

impl RpcMessage for CBroadcast_NotifyBroadcastUploadStop_Notification

source§

impl RpcMessage for CBroadcast_PostChatMessage_Request

source§

impl RpcMessage for CBroadcast_PostChatMessage_Response

source§

impl RpcMessage for CBroadcast_RemoveUserChatText_Request

source§

impl RpcMessage for CBroadcast_RemoveUserChatText_Response

source§

impl RpcMessage for CBroadcast_SendBroadcastStateToServer_Request

source§

impl RpcMessage for CBroadcast_SendBroadcastStateToServer_Response

source§

impl RpcMessage for CBroadcast_SendThumbnailToRelay_Notification

source§

impl RpcMessage for CBroadcast_SessionClosed_Notification

source§

impl RpcMessage for CBroadcast_SetClipDetails_Request

source§

impl RpcMessage for CBroadcast_SetClipDetails_Response

source§

impl RpcMessage for CBroadcast_SetRTMPInfo_Request

source§

impl RpcMessage for CBroadcast_SetRTMPInfo_Response

source§

impl RpcMessage for CBroadcast_StartBroadcastUpload_Request

source§

impl RpcMessage for CBroadcast_StartBroadcastUpload_Response

source§

impl RpcMessage for CBroadcast_StartBuildClip_Request

source§

impl RpcMessage for CBroadcast_StartBuildClip_Response

source§

impl RpcMessage for CBroadcast_StopBroadcastUpload_Notification

source§

impl RpcMessage for CBroadcast_StopWatchingBroadcast_Notification

source§

impl RpcMessage for CBroadcast_UpdateChatMessageFlair_Request

source§

impl RpcMessage for CBroadcast_UpdateChatMessageFlair_Response

source§

impl RpcMessage for CBroadcast_ViewerBroadcastInvite_Notification

source§

impl RpcMessage for CBroadcast_WaitingBroadcastViewer_Notification

source§

impl RpcMessage for CBroadcast_WatchBroadcast_Request

source§

impl RpcMessage for CBroadcast_WatchBroadcast_Response

source§

impl RpcMessage for CBroadcast_WebRTCAddHostCandidate_Request

source§

impl RpcMessage for CBroadcast_WebRTCAddHostCandidate_Response

source§

impl RpcMessage for CBroadcast_WebRTCAddViewerCandidate_Notification

source§

impl RpcMessage for CBroadcast_WebRTCAddViewerCandidate_Request

source§

impl RpcMessage for CBroadcast_WebRTCAddViewerCandidate_Response

source§

impl RpcMessage for CBroadcast_WebRTCGetHostCandidates_Request

source§

impl RpcMessage for CBroadcast_WebRTCGetHostCandidates_Response

source§

impl RpcMessage for CBroadcast_WebRTCHaveTURNServer_Notification

source§

impl RpcMessage for CBroadcast_WebRTCLookupTURNServer_Request

source§

impl RpcMessage for CBroadcast_WebRTCLookupTURNServer_Response

source§

impl RpcMessage for CBroadcast_WebRTCNeedTURNServer_Notification

source§

impl RpcMessage for CBroadcast_WebRTCSetAnswer_Notification

source§

impl RpcMessage for CBroadcast_WebRTCSetAnswer_Request

source§

impl RpcMessage for CBroadcast_WebRTCSetAnswer_Response

source§

impl RpcMessage for CBroadcast_WebRTCStartResult_Request

source§

impl RpcMessage for CBroadcast_WebRTCStartResult_Response

source§

impl RpcMessage for CBroadcast_WebRTCStart_Notification

source§

impl RpcMessage for CBroadcast_WebRTCStopped_Request

source§

impl RpcMessage for CBroadcast_WebRTCStopped_Response

source§

impl RpcMessage for CBroadcast_WebRTC_Candidate

source§

impl RpcMessage for CChatMentions

source§

impl RpcMessage for CChatPartyBeacon

source§

impl RpcMessage for CChatRole

source§

impl RpcMessage for CChatRoleActions

source§

impl RpcMessage for CChatRoomClient_MemberListViewUpdated_Notification

source§

impl RpcMessage for CChatRoomGroupHeaderState

source§

impl RpcMessage for CChatRoomGroupInvite

source§

impl RpcMessage for CChatRoomGroupState

source§

impl RpcMessage for CChatRoomMember

source§

impl RpcMessage for CChatRoomMemberListView

source§

impl RpcMessage for CChatRoomMemberSummaryCounts

source§

impl RpcMessage for CChatRoomState

source§

impl RpcMessage for CChatRoomSummaryPair

source§

impl RpcMessage for CChatRoom_AckChatMessage_Notification

source§

impl RpcMessage for CChatRoom_AddRoleToUser_Request

source§

impl RpcMessage for CChatRoom_AddRoleToUser_Response

source§

impl RpcMessage for CChatRoom_ChatMessageModified_Notification

source§

impl RpcMessage for CChatRoom_ChatRoomGroupRoomsChange_Notification

source§

impl RpcMessage for CChatRoom_ChatRoomHeaderState_Notification

source§

impl RpcMessage for CChatRoom_CreateChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_CreateChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_CreateChatRoom_Request

source§

impl RpcMessage for CChatRoom_CreateChatRoom_Response

source§

impl RpcMessage for CChatRoom_CreateRole_Request

source§

impl RpcMessage for CChatRoom_CreateRole_Response

source§

impl RpcMessage for CChatRoom_DeleteChatMessages_Request

source§

impl RpcMessage for CChatRoom_DeleteChatMessages_Response

source§

impl RpcMessage for CChatRoom_DeleteChatRoom_Request

source§

impl RpcMessage for CChatRoom_DeleteChatRoom_Response

source§

impl RpcMessage for CChatRoom_DeleteRoleFromUser_Request

source§

impl RpcMessage for CChatRoom_DeleteRoleFromUser_Response

source§

impl RpcMessage for CChatRoom_DeleteRole_Request

source§

impl RpcMessage for CChatRoom_DeleteRole_Response

source§

impl RpcMessage for CChatRoom_EndMiniGameForChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_EndMiniGameForChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_GetBanList_Request

source§

impl RpcMessage for CChatRoom_GetBanList_Response

source§

impl RpcMessage for CChatRoom_GetChatRoomGroupState_Request

source§

impl RpcMessage for CChatRoom_GetChatRoomGroupState_Response

source§

impl RpcMessage for CChatRoom_GetChatRoomGroupSummary_Request

source§

impl RpcMessage for CChatRoom_GetChatRoomGroupSummary_Response

source§

impl RpcMessage for CChatRoom_GetInviteInfo_Request

source§

impl RpcMessage for CChatRoom_GetInviteInfo_Response

source§

impl RpcMessage for CChatRoom_GetInviteLinkInfo_Request

source§

impl RpcMessage for CChatRoom_GetInviteLinkInfo_Response

source§

impl RpcMessage for CChatRoom_GetInviteLinksForGroup_Request

source§

impl RpcMessage for CChatRoom_GetInviteLinksForGroup_Response

source§

impl RpcMessage for CChatRoom_GetInviteList_Request

source§

impl RpcMessage for CChatRoom_GetInviteList_Response

source§

impl RpcMessage for CChatRoom_GetMessageHistory_Request

source§

impl RpcMessage for CChatRoom_GetMessageHistory_Response

source§

impl RpcMessage for CChatRoom_GetMessageReactionReactors_Request

source§

impl RpcMessage for CChatRoom_GetMessageReactionReactors_Response

source§

impl RpcMessage for CChatRoom_GetMyChatRoomGroups_Request

source§

impl RpcMessage for CChatRoom_GetMyChatRoomGroups_Response

source§

impl RpcMessage for CChatRoom_GetRoleActions_Request

source§

impl RpcMessage for CChatRoom_GetRoleActions_Response

source§

impl RpcMessage for CChatRoom_GetRolesForUser_Request

source§

impl RpcMessage for CChatRoom_GetRolesForUser_Response

source§

impl RpcMessage for CChatRoom_GetRoles_Request

source§

impl RpcMessage for CChatRoom_GetRoles_Response

source§

impl RpcMessage for CChatRoom_IncomingChatMessage_Notification

source§

impl RpcMessage for CChatRoom_InviteFriendToChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_InviteFriendToChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_JoinChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_JoinChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_JoinMiniGameForChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_JoinMiniGameForChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_JoinVoiceChat_Request

source§

impl RpcMessage for CChatRoom_JoinVoiceChat_Response

source§

impl RpcMessage for CChatRoom_KickUser_Request

source§

impl RpcMessage for CChatRoom_KickUser_Response

source§

impl RpcMessage for CChatRoom_LeaveChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_LeaveChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_LeaveVoiceChat_Request

source§

impl RpcMessage for CChatRoom_LeaveVoiceChat_Response

source§

impl RpcMessage for CChatRoom_MemberStateChange_Notification

source§

impl RpcMessage for CChatRoom_MessageReaction_Notification

source§

impl RpcMessage for CChatRoom_MuteUser_Request

source§

impl RpcMessage for CChatRoom_MuteUser_Response

source§

impl RpcMessage for CChatRoom_NotifyShouldRejoinChatRoomVoiceChat_Notification

source§

impl RpcMessage for CChatRoom_RenameChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_RenameChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_RenameChatRoom_Request

source§

impl RpcMessage for CChatRoom_RenameChatRoom_Response

source§

impl RpcMessage for CChatRoom_RenameRole_Request

source§

impl RpcMessage for CChatRoom_RenameRole_Response

source§

impl RpcMessage for CChatRoom_ReorderChatRoom_Request

source§

impl RpcMessage for CChatRoom_ReorderChatRoom_Response

source§

impl RpcMessage for CChatRoom_ReorderRole_Request

source§

impl RpcMessage for CChatRoom_ReorderRole_Response

source§

impl RpcMessage for CChatRoom_ReplaceRoleActions_Request

source§

impl RpcMessage for CChatRoom_ReplaceRoleActions_Response

source§

impl RpcMessage for CChatRoom_RevokeInvite_Request

source§

impl RpcMessage for CChatRoom_RevokeInvite_Response

source§

impl RpcMessage for CChatRoom_SaveChatRoomGroup_Request

source§

impl RpcMessage for CChatRoom_SaveChatRoomGroup_Response

source§

impl RpcMessage for CChatRoom_SearchMembers_Request

source§

impl RpcMessage for CChatRoom_SearchMembers_Response

source§

impl RpcMessage for CChatRoom_SendChatMessage_Request

source§

impl RpcMessage for CChatRoom_SendChatMessage_Response

source§

impl RpcMessage for CChatRoom_SetAppChatRoomGroupForceActive_Request

source§

impl RpcMessage for CChatRoom_SetAppChatRoomGroupForceActive_Response

source§

impl RpcMessage for CChatRoom_SetAppChatRoomGroupStopForceActive_Notification

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupAvatar_Request

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupAvatar_Response

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupTagline_Request

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupTagline_Response

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupWatchingBroadcast_Request

source§

impl RpcMessage for CChatRoom_SetChatRoomGroupWatchingBroadcast_Response

source§

impl RpcMessage for CChatRoom_SetSessionActiveChatRoomGroups_Request

source§

impl RpcMessage for CChatRoom_SetSessionActiveChatRoomGroups_Response

source§

impl RpcMessage for CChatRoom_SetUserBanState_Request

source§

impl RpcMessage for CChatRoom_SetUserBanState_Response

source§

impl RpcMessage for CChatRoom_SetUserChatGroupPreferences_Request

source§

impl RpcMessage for CChatRoom_SetUserChatGroupPreferences_Response

source§

impl RpcMessage for CChatRoom_UpdateMemberListView_Notification

source§

impl RpcMessage for CChatRoom_UpdateMessageReaction_Request

source§

impl RpcMessage for CChatRoom_UpdateMessageReaction_Response

source§

impl RpcMessage for CChatUsability_ClientUsabilityMetrics_Notification

source§

impl RpcMessage for CChatUsability_RequestClientUsabilityMetrics_Notification

source§

impl RpcMessage for CChat_RequestFriendPersonaStates_Request

source§

impl RpcMessage for CChat_RequestFriendPersonaStates_Response

source§

impl RpcMessage for CClanChatRooms_GetClanChatRoomInfo_Request

source§

impl RpcMessage for CClanChatRooms_GetClanChatRoomInfo_Response

source§

impl RpcMessage for CClanChatRooms_SetClanChatRoomPrivate_Request

source§

impl RpcMessage for CClanChatRooms_SetClanChatRoomPrivate_Response

source§

impl RpcMessage for CUserChatRoomGroupState

source§

impl RpcMessage for CUserChatRoomState

source§

impl RpcMessage for ChatRoomClient_NotifyChatGroupUserStateChanged_Notification

source§

impl RpcMessage for ChatRoomClient_NotifyChatRoomDisconnect_Notification

source§

impl RpcMessage for ServerMessage

source§

impl RpcMessage for CCloud_PendingRemoteOperation

source§

impl RpcMessage for CMsgAchievementChange

source§

impl RpcMessage for CMsgBluetoothDevicesData

source§

impl RpcMessage for CMsgCellList

source§

impl RpcMessage for CMsgCloudPendingRemoteOperations

source§

impl RpcMessage for CMsgGenerateSystemReportReply

source§

impl RpcMessage for CMsgMonitorInfo

source§

impl RpcMessage for CMsgNetworkDeviceConnect

source§

impl RpcMessage for CMsgNetworkDeviceIP4Address

source§

impl RpcMessage for CMsgNetworkDeviceIP4Config

source§

impl RpcMessage for CMsgNetworkDeviceIP6Address

source§

impl RpcMessage for CMsgNetworkDeviceIP6Config

source§

impl RpcMessage for CMsgNetworkDevicesData

source§

impl RpcMessage for CMsgSelectOSBranchParams

source§

impl RpcMessage for CMsgShortcutAppIds

source§

impl RpcMessage for CMsgShortcutInfo

source§

impl RpcMessage for CMsgStorageDevicesData

source§

impl RpcMessage for CMsgSystemAudioManagerDevice

source§

impl RpcMessage for CMsgSystemAudioManagerNode

source§

impl RpcMessage for CMsgSystemAudioManagerObject

source§

impl RpcMessage for CMsgSystemAudioManagerPort

source§

impl RpcMessage for CMsgSystemAudioManagerState

source§

impl RpcMessage for CMsgSystemAudioManagerStateHW

source§

impl RpcMessage for CMsgSystemAudioManagerUpdateSomething

source§

impl RpcMessage for CMsgSystemAudioVolume

source§

impl RpcMessage for CMsgSystemDisplay

source§

impl RpcMessage for CMsgSystemDisplayManagerSetMode

source§

impl RpcMessage for CMsgSystemDisplayManagerState

source§

impl RpcMessage for CMsgSystemDisplayMode

source§

impl RpcMessage for CMsgSystemDockState

source§

impl RpcMessage for CMsgSystemDockUpdateFirmware

source§

impl RpcMessage for CMsgSystemDockUpdateState

source§

impl RpcMessage for CMsgSystemManagerSettings

source§

impl RpcMessage for CMsgSystemPerfDiagnosticEntry

source§

impl RpcMessage for CMsgSystemPerfDiagnosticInfo

source§

impl RpcMessage for CMsgSystemPerfLimits

source§

impl RpcMessage for CMsgSystemPerfNetworkInterface

source§

impl RpcMessage for CMsgSystemPerfSettings

source§

impl RpcMessage for CMsgSystemPerfSettingsGlobal

source§

impl RpcMessage for CMsgSystemPerfSettingsPerApp

source§

impl RpcMessage for CMsgSystemPerfSettingsV1

source§

impl RpcMessage for CMsgSystemPerfState

source§

impl RpcMessage for CMsgSystemPerfUpdateSettings

source§

impl RpcMessage for CMsgSystemUpdateApplyParams

source§

impl RpcMessage for CMsgSystemUpdateApplyResult

source§

impl RpcMessage for CMsgSystemUpdateCheckResult

source§

impl RpcMessage for CMsgSystemUpdateProgress

source§

impl RpcMessage for CMsgSystemUpdateState

source§

impl RpcMessage for CMsgWebUITransportInfo

source§

impl RpcMessage for SteamMessagesClientIClientForcedEnumDependencies

source§

impl RpcMessage for CMsgClientLANP2PRequestChunks

source§

impl RpcMessage for CMsgClientLANP2PRequestChunksResponse

source§

impl RpcMessage for CMsgClientPeerChunkRequest

source§

impl RpcMessage for CMsgClientPeerChunkResponse

source§

impl RpcMessage for CClientMetrics_AppInterfaceCreation

source§

impl RpcMessage for CClientMetrics_AppInterfaceMethodCounts

source§

impl RpcMessage for CClientMetrics_AppInterfaceStats_Notification

source§

impl RpcMessage for CClientMetrics_ClientBootstrap_Notification

source§

impl RpcMessage for CClientMetrics_CloudAppSyncStats_Notification

source§

impl RpcMessage for CClientMetrics_ContentDownloadResponse_Counts_Notification

source§

impl RpcMessage for CClientMetrics_ContentValidation_Notification

source§

impl RpcMessage for CClientMetrics_DownloadRates_Notification

source§

impl RpcMessage for CClientMetrics_IPv6Connectivity_Notification

source§

impl RpcMessage for CClientMetrics_IPv6Connectivity_Result

source§

impl RpcMessage for CClientMetrics_ReportClientArgs_Notification

source§

impl RpcMessage for CClientMetrics_ReportClientError_Notification

source§

impl RpcMessage for CClientMetrics_ReportReactUsage_Notification

source§

impl RpcMessage for CClientMetrics_SteamPipeWorkStats_Notification

source§

impl RpcMessage for CClientMetrics_SteamPipeWorkStats_Operation

source§

impl RpcMessage for CClientNotificationAchievement

source§

impl RpcMessage for CClientNotificationBatteryTemperature

source§

impl RpcMessage for CClientNotificationBroadcastAvailableToWatch

source§

impl RpcMessage for CClientNotificationCannotReadControllerGuideButton

source§

impl RpcMessage for CClientNotificationClaimSteamDeckRewards

source§

impl RpcMessage for CClientNotificationCloudSyncConflict

source§

impl RpcMessage for CClientNotificationCloudSyncFailure

source§

impl RpcMessage for CClientNotificationDockUnsupportedFirmware

source§

impl RpcMessage for CClientNotificationDownloadCompleted

source§

impl RpcMessage for CClientNotificationFamilySharingDeviceAuthorizationChanged

source§

impl RpcMessage for CClientNotificationFamilySharingLibraryAvailable

source§

impl RpcMessage for CClientNotificationFamilySharingStopPlaying

source§

impl RpcMessage for CClientNotificationFriendInGame

source§

impl RpcMessage for CClientNotificationFriendInvite

source§

impl RpcMessage for CClientNotificationFriendInviteRollup

source§

impl RpcMessage for CClientNotificationFriendMessage

source§

impl RpcMessage for CClientNotificationFriendOnline

source§

impl RpcMessage for CClientNotificationGiftReceived

source§

impl RpcMessage for CClientNotificationGroupChatMessage

source§

impl RpcMessage for CClientNotificationHardwareSurveyPending

source§

impl RpcMessage for CClientNotificationIncomingVoiceChat

source§

impl RpcMessage for CClientNotificationItemAnnouncement

source§

impl RpcMessage for CClientNotificationLoginRefresh

source§

impl RpcMessage for CClientNotificationLowBattery

source§

impl RpcMessage for CClientNotificationLowDiskSpace

source§

impl RpcMessage for CClientNotificationOverlaySplashScreen

source§

impl RpcMessage for CClientNotificationPeerContentUpload

source§

impl RpcMessage for CClientNotificationScreenshot

source§

impl RpcMessage for CClientNotificationSteamInputActionSetChanged

source§

impl RpcMessage for CClientNotificationSystemUpdate

source§

impl RpcMessage for CClientNotificationTimedTrialRemaining

source§

impl RpcMessage for CClientNotificationTimerExpired

source§

impl RpcMessage for CMsgClientAMGetClanOfficers

source§

impl RpcMessage for CMsgClientAMGetClanOfficersResponse

source§

impl RpcMessage for CMsgClientAMGetPersonaNameHistory

source§

impl RpcMessage for CMsgClientAMGetPersonaNameHistoryResponse

source§

impl RpcMessage for CMsgClientAuthList

source§

impl RpcMessage for CMsgClientAuthListAck

source§

impl RpcMessage for CMsgClientCMList

source§

impl RpcMessage for CMsgClientChatInvite

source§

impl RpcMessage for CMsgClientClanState

source§

impl RpcMessage for CMsgClientConnectionStats

source§

impl RpcMessage for CMsgClientDeregisterWithServer

source§

impl RpcMessage for CMsgClientGameConnectTokens

source§

impl RpcMessage for CMsgClientGamesPlayed

source§

impl RpcMessage for CMsgClientGetAppOwnershipTicket

source§

impl RpcMessage for CMsgClientGetAppOwnershipTicketResponse

source§

impl RpcMessage for CMsgClientInviteToGame

source§

impl RpcMessage for CMsgClientIsLimitedAccount

source§

impl RpcMessage for CMsgClientLicenseList

source§

impl RpcMessage for CMsgClientNetworkingCertReply

source§

impl RpcMessage for CMsgClientNetworkingCertRequest

source§

impl RpcMessage for CMsgClientNetworkingMobileCertReply

source§

impl RpcMessage for CMsgClientNetworkingMobileCertRequest

source§

impl RpcMessage for CMsgClientP2PConnectionFailInfo

source§

impl RpcMessage for CMsgClientP2PConnectionInfo

source§

impl RpcMessage for CMsgClientRegisterAuthTicketWithCM

source§

impl RpcMessage for CMsgClientReportOverlayDetourFailure

source§

impl RpcMessage for CMsgClientRequestEncryptedAppTicket

source§

impl RpcMessage for CMsgClientRequestEncryptedAppTicketResponse

source§

impl RpcMessage for CMsgClientRequestedClientStats

source§

impl RpcMessage for CMsgClientServersAvailable

source§

impl RpcMessage for CMsgClientSessionToken

source§

impl RpcMessage for CMsgClientStat2

source§

impl RpcMessage for CMsgClientTicketAuthComplete

source§

impl RpcMessage for CMsgClientWalletInfoUpdate

source§

impl RpcMessage for CMsgGSApprove

source§

impl RpcMessage for CMsgGSDeny

source§

impl RpcMessage for CMsgGSKick

source§

impl RpcMessage for CMsgAMUnlockH264

source§

impl RpcMessage for CMsgAMUnlockH264Response

source§

impl RpcMessage for CMsgBadgeCraftedNotification

source§

impl RpcMessage for CMsgCREGetUserPublishedItemVoteDetails

source§

impl RpcMessage for CMsgCREGetUserPublishedItemVoteDetailsResponse

source§

impl RpcMessage for CMsgCREItemVoteSummary

source§

impl RpcMessage for CMsgCREItemVoteSummaryResponse

source§

impl RpcMessage for CMsgCREUpdateUserPublishedItemVote

source§

impl RpcMessage for CMsgCREUpdateUserPublishedItemVoteResponse

source§

impl RpcMessage for CMsgClientActivateOEMLicense

source§

impl RpcMessage for CMsgClientAuthorizeLocalDevice

source§

impl RpcMessage for CMsgClientAuthorizeLocalDeviceNotification

source§

impl RpcMessage for CMsgClientAuthorizeLocalDeviceRequest

source§

impl RpcMessage for CMsgClientChatGetFriendMessageHistory

source§

impl RpcMessage for CMsgClientChatGetFriendMessageHistoryForOfflineMessages

source§

impl RpcMessage for CMsgClientChatGetFriendMessageHistoryResponse

source§

impl RpcMessage for CMsgClientCheckAppBetaPassword

source§

impl RpcMessage for CMsgClientCheckAppBetaPasswordResponse

source§

impl RpcMessage for CMsgClientCheckFileSignature

source§

impl RpcMessage for CMsgClientCheckFileSignatureResponse

source§

impl RpcMessage for CMsgClientCommentNotifications

source§

impl RpcMessage for CMsgClientDPCheckSpecialSurvey

source§

impl RpcMessage for CMsgClientDPCheckSpecialSurveyResponse

source§

impl RpcMessage for CMsgClientDPSendSpecialSurveyResponse

source§

impl RpcMessage for CMsgClientDPSendSpecialSurveyResponseReply

source§

impl RpcMessage for CMsgClientDeauthorizeDevice

source§

impl RpcMessage for CMsgClientDeauthorizeDeviceRequest

source§

impl RpcMessage for CMsgClientEmailAddrInfo

source§

impl RpcMessage for CMsgClientFSGetFriendsSteamLevels

source§

impl RpcMessage for CMsgClientFSGetFriendsSteamLevelsResponse

source§

impl RpcMessage for CMsgClientFeatureGroupInfo

source§

impl RpcMessage for CMsgClientFriendUserStatusPublished

source§

impl RpcMessage for CMsgClientGetAuthorizedDevices

source§

impl RpcMessage for CMsgClientGetAuthorizedDevicesResponse

source§

impl RpcMessage for CMsgClientGetCDNAuthToken

source§

impl RpcMessage for CMsgClientGetCDNAuthTokenResponse

source§

impl RpcMessage for CMsgClientGetClanActivityCounts

source§

impl RpcMessage for CMsgClientGetClanActivityCountsResponse

source§

impl RpcMessage for CMsgClientGetDepotDecryptionKey

source§

impl RpcMessage for CMsgClientGetDepotDecryptionKeyResponse

source§

impl RpcMessage for CMsgClientGetPeerContentInfo

source§

impl RpcMessage for CMsgClientGetPeerContentInfoResponse

source§

impl RpcMessage for CMsgClientItemAnnouncements

source§

impl RpcMessage for CMsgClientKickPlayingSession

source§

impl RpcMessage for CMsgClientOGSReportBug

source§

impl RpcMessage for CMsgClientOGSReportString

source§

impl RpcMessage for CMsgClientOfflineMessageNotification

source§

impl RpcMessage for CMsgClientPlayingSessionState

source§

impl RpcMessage for CMsgClientPurchaseResponse

source§

impl RpcMessage for CMsgClientPurchaseWithMachineID

source§

impl RpcMessage for CMsgClientReadMachineAuth

source§

impl RpcMessage for CMsgClientReadMachineAuthResponse

source§

impl RpcMessage for CMsgClientRedeemGuestPass

source§

impl RpcMessage for CMsgClientRedeemGuestPassResponse

source§

impl RpcMessage for CMsgClientRegisterKey

source§

impl RpcMessage for CMsgClientRegisterOEMMachine

source§

impl RpcMessage for CMsgClientRegisterOEMMachineResponse

source§

impl RpcMessage for CMsgClientRequestAccountData

source§

impl RpcMessage for CMsgClientRequestAccountDataResponse

source§

impl RpcMessage for CMsgClientRequestCommentNotifications

source§

impl RpcMessage for CMsgClientRequestForgottenPasswordEmail

source§

impl RpcMessage for CMsgClientRequestForgottenPasswordEmailResponse

source§

impl RpcMessage for CMsgClientRequestFreeLicense

source§

impl RpcMessage for CMsgClientRequestFreeLicenseResponse

source§

impl RpcMessage for CMsgClientRequestItemAnnouncements

source§

impl RpcMessage for CMsgClientRequestMachineAuth

source§

impl RpcMessage for CMsgClientRequestMachineAuthResponse

source§

impl RpcMessage for CMsgClientRequestOfflineMessageCount

source§

impl RpcMessage for CMsgClientRichPresenceInfo

source§

impl RpcMessage for CMsgClientRichPresenceRequest

source§

impl RpcMessage for CMsgClientRichPresenceUpload

source§

impl RpcMessage for CMsgClientSentLogs

source§

impl RpcMessage for CMsgClientServiceCall

source§

impl RpcMessage for CMsgClientServiceCallResponse

source§

impl RpcMessage for CMsgClientServiceMethodLegacy

source§

impl RpcMessage for CMsgClientServiceMethodLegacyResponse

source§

impl RpcMessage for CMsgClientServiceModule

source§

impl RpcMessage for CMsgClientSharedLibraryLockStatus

source§

impl RpcMessage for CMsgClientSharedLibraryStopPlaying

source§

impl RpcMessage for CMsgClientStartPeerContentServer

source§

impl RpcMessage for CMsgClientStartPeerContentServerResponse

source§

impl RpcMessage for CMsgClientUGSGetGlobalStats

source§

impl RpcMessage for CMsgClientUGSGetGlobalStatsResponse

source§

impl RpcMessage for CMsgClientUIMode

source§

impl RpcMessage for CMsgClientUpdateMachineAuth

source§

impl RpcMessage for CMsgClientUpdateMachineAuthResponse

source§

impl RpcMessage for CMsgClientUpdateUserGameInfo

source§

impl RpcMessage for CMsgClientUseLocalDeviceAuthorizations

source§

impl RpcMessage for CMsgClientUserNotifications

source§

impl RpcMessage for CMsgClientVanityURLChangedNotification

source§

impl RpcMessage for CMsgClientVoiceCallPreAuthorize

source§

impl RpcMessage for CMsgClientVoiceCallPreAuthorizeResponse

source§

impl RpcMessage for CMsgDPGetNumberOfCurrentPlayers

source§

impl RpcMessage for CMsgDPGetNumberOfCurrentPlayersResponse

source§

impl RpcMessage for CMsgDRMDownloadRequestWithCrashData

source§

impl RpcMessage for CMsgDRMDownloadResponse

source§

impl RpcMessage for CMsgDRMFinalResult

source§

impl RpcMessage for CMsgDownloadRateStatistics

source§

impl RpcMessage for CMsgFSEnumerateFollowingList

source§

impl RpcMessage for CMsgFSEnumerateFollowingListResponse

source§

impl RpcMessage for CMsgFSGetFollowerCount

source§

impl RpcMessage for CMsgFSGetFollowerCountResponse

source§

impl RpcMessage for CMsgFSGetIsFollowing

source§

impl RpcMessage for CMsgFSGetIsFollowingResponse

source§

impl RpcMessage for CMsgGCClient

source§

impl RpcMessage for CMsgTrading_CancelTradeRequest

source§

impl RpcMessage for CMsgTrading_InitiateTradeRequest

source§

impl RpcMessage for CMsgTrading_InitiateTradeResponse

source§

impl RpcMessage for CMsgTrading_StartSession

source§

impl RpcMessage for CMsgClientAppInfoChanges

source§

impl RpcMessage for CMsgClientAppInfoRequest

source§

impl RpcMessage for CMsgClientAppInfoUpdate

source§

impl RpcMessage for CMsgClientPICSAccessTokenRequest

source§

impl RpcMessage for CMsgClientPICSAccessTokenResponse

source§

impl RpcMessage for CMsgClientPICSChangesSinceRequest

source§

impl RpcMessage for CMsgClientPICSChangesSinceResponse

source§

impl RpcMessage for CMsgClientPICSProductInfoRequest

source§

impl RpcMessage for CMsgClientPICSProductInfoResponse

source§

impl RpcMessage for CMsgClientAddFriend

source§

impl RpcMessage for CMsgClientAddFriendResponse

source§

impl RpcMessage for CMsgClientAddFriendToGroup

source§

impl RpcMessage for CMsgClientAddFriendToGroupResponse

source§

impl RpcMessage for CMsgClientChangeStatus

source§

impl RpcMessage for CMsgClientCreateFriendsGroup

source§

impl RpcMessage for CMsgClientCreateFriendsGroupResponse

source§

impl RpcMessage for CMsgClientDeleteFriendsGroup

source§

impl RpcMessage for CMsgClientDeleteFriendsGroupResponse

source§

impl RpcMessage for CMsgClientEmoticonList

source§

impl RpcMessage for CMsgClientFriendMsg

source§

impl RpcMessage for CMsgClientFriendMsgIncoming

source§

impl RpcMessage for CMsgClientFriendProfileInfo

source§

impl RpcMessage for CMsgClientFriendProfileInfoResponse

source§

impl RpcMessage for CMsgClientFriendsGroupsList

source§

impl RpcMessage for CMsgClientFriendsList

source§

impl RpcMessage for CMsgClientGetEmoticonList

source§

impl RpcMessage for CMsgClientHideFriend

source§

impl RpcMessage for CMsgClientManageFriendsGroup

source§

impl RpcMessage for CMsgClientManageFriendsGroupResponse

source§

impl RpcMessage for CMsgClientPersonaState

source§

impl RpcMessage for CMsgClientPlayerNicknameList

source§

impl RpcMessage for CMsgClientRemoveFriend

source§

impl RpcMessage for CMsgClientRemoveFriendFromGroup

source§

impl RpcMessage for CMsgClientRemoveFriendFromGroupResponse

source§

impl RpcMessage for CMsgClientRequestFriendData

source§

impl RpcMessage for CMsgClientSetPlayerNickname

source§

impl RpcMessage for CMsgClientSetPlayerNicknameResponse

source§

impl RpcMessage for CMsgPersonaChangeResponse

source§

impl RpcMessage for CMsgClientGMSServerQuery

source§

impl RpcMessage for CMsgGMSClientServerQueryResponse

source§

impl RpcMessage for CMsgGSAssociateWithClan

source§

impl RpcMessage for CMsgGSAssociateWithClanResponse

source§

impl RpcMessage for CMsgGSComputeNewPlayerCompatibility

source§

impl RpcMessage for CMsgGSComputeNewPlayerCompatibilityResponse

source§

impl RpcMessage for CMsgGSDisconnectNotice

source§

impl RpcMessage for CMsgGSPlayerList

source§

impl RpcMessage for CMsgGSServerType

source§

impl RpcMessage for CMsgGSStatusReply

source§

impl RpcMessage for CMsgGSUserPlaying

source§

impl RpcMessage for CMsgGameServerData

source§

impl RpcMessage for CMsgGameServerOutOfDate

source§

impl RpcMessage for CMsgGameServerRemove

source§

impl RpcMessage for CMsgClientLBSFindOrCreateLB

source§

impl RpcMessage for CMsgClientLBSFindOrCreateLBResponse

source§

impl RpcMessage for CMsgClientLBSGetLBEntries

source§

impl RpcMessage for CMsgClientLBSGetLBEntriesResponse

source§

impl RpcMessage for CMsgClientLBSSetScore

source§

impl RpcMessage for CMsgClientLBSSetScoreResponse

source§

impl RpcMessage for CMsgClientLBSSetUGC

source§

impl RpcMessage for CMsgClientLBSSetUGCResponse

source§

impl RpcMessage for CMsgClientAccountInfo

source§

impl RpcMessage for CMsgClientChallengeRequest

source§

impl RpcMessage for CMsgClientChallengeResponse

source§

impl RpcMessage for CMsgClientHeartBeat

source§

impl RpcMessage for CMsgClientHello

source§

impl RpcMessage for CMsgClientLogOff

source§

impl RpcMessage for CMsgClientLoggedOff

source§

impl RpcMessage for CMsgClientLogon

source§

impl RpcMessage for CMsgClientLogonResponse

source§

impl RpcMessage for CMsgClientNewLoginKey

source§

impl RpcMessage for CMsgClientNewLoginKeyAccepted

source§

impl RpcMessage for CMsgClientRequestWebAPIAuthenticateUserNonce

source§

impl RpcMessage for CMsgClientRequestWebAPIAuthenticateUserNonceResponse

source§

impl RpcMessage for CMsgClientSecret

source§

impl RpcMessage for CMsgClientServerTimestampRequest

source§

impl RpcMessage for CMsgClientServerTimestampResponse

source§

impl RpcMessage for CMsgClientMMSCreateLobby

source§

impl RpcMessage for CMsgClientMMSCreateLobbyResponse

source§

impl RpcMessage for CMsgClientMMSGetLobbyData

source§

impl RpcMessage for CMsgClientMMSGetLobbyList

source§

impl RpcMessage for CMsgClientMMSGetLobbyListResponse

source§

impl RpcMessage for CMsgClientMMSGetLobbyStatus

source§

impl RpcMessage for CMsgClientMMSGetLobbyStatusResponse

source§

impl RpcMessage for CMsgClientMMSInviteToLobby

source§

impl RpcMessage for CMsgClientMMSJoinLobby

source§

impl RpcMessage for CMsgClientMMSJoinLobbyResponse

source§

impl RpcMessage for CMsgClientMMSLeaveLobby

source§

impl RpcMessage for CMsgClientMMSLeaveLobbyResponse

source§

impl RpcMessage for CMsgClientMMSLobbyChatMsg

source§

impl RpcMessage for CMsgClientMMSLobbyData

source§

impl RpcMessage for CMsgClientMMSLobbyGameServerSet

source§

impl RpcMessage for CMsgClientMMSSendLobbyChatMsg

source§

impl RpcMessage for CMsgClientMMSSetLobbyData

source§

impl RpcMessage for CMsgClientMMSSetLobbyDataResponse

source§

impl RpcMessage for CMsgClientMMSSetLobbyGameServer

source§

impl RpcMessage for CMsgClientMMSSetLobbyLinked

source§

impl RpcMessage for CMsgClientMMSSetLobbyOwner

source§

impl RpcMessage for CMsgClientMMSSetLobbyOwnerResponse

source§

impl RpcMessage for CMsgClientMMSSetRatelimitPolicyOnClient

source§

impl RpcMessage for CMsgClientMMSUserJoinedLobby

source§

impl RpcMessage for CMsgClientMMSUserLeftLobby

source§

impl RpcMessage for CMsgClientScreenshotsChanged

source§

impl RpcMessage for CMsgClientUCMAddScreenshot

source§

impl RpcMessage for CMsgClientUCMAddScreenshotResponse

source§

impl RpcMessage for CMsgClientUCMDeletePublishedFile

source§

impl RpcMessage for CMsgClientUCMDeletePublishedFileResponse

source§

impl RpcMessage for CMsgClientUCMDeleteScreenshot

source§

impl RpcMessage for CMsgClientUCMDeleteScreenshotResponse

source§

impl RpcMessage for CMsgClientUCMEnumeratePublishedFilesByUserAction

source§

impl RpcMessage for CMsgClientUCMEnumeratePublishedFilesByUserActionResponse

source§

impl RpcMessage for CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates

source§

impl RpcMessage for CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse

source§

impl RpcMessage for CMsgClientUCMPublishFile

source§

impl RpcMessage for CMsgClientUCMPublishFileResponse

source§

impl RpcMessage for CMsgClientUCMPublishedFileUpdated

source§

impl RpcMessage for CMsgClientUCMSetUserPublishedFileAction

source§

impl RpcMessage for CMsgClientUCMSetUserPublishedFileActionResponse

source§

impl RpcMessage for CMsgClientUCMUpdatePublishedFile

source§

impl RpcMessage for CMsgClientUCMUpdatePublishedFileResponse

source§

impl RpcMessage for CMsgClientWorkshopItemChangesRequest

source§

impl RpcMessage for CMsgClientWorkshopItemChangesResponse

source§

impl RpcMessage for CMsgClientEnableOrDisableDownloads

source§

impl RpcMessage for CMsgClientEnableOrDisableDownloadsResponse

source§

impl RpcMessage for CMsgClientGetClientAppList

source§

impl RpcMessage for CMsgClientGetClientAppListResponse

source§

impl RpcMessage for CMsgClientGetClientDetails

source§

impl RpcMessage for CMsgClientGetClientDetailsResponse

source§

impl RpcMessage for CMsgClientInstallClientApp

source§

impl RpcMessage for CMsgClientInstallClientAppResponse

source§

impl RpcMessage for CMsgClientSetClientAppUpdateState

source§

impl RpcMessage for CMsgClientSetClientAppUpdateStateResponse

source§

impl RpcMessage for CMsgClientUDSP2PSessionEnded

source§

impl RpcMessage for CMsgClientUDSP2PSessionStarted

source§

impl RpcMessage for CMsgClientUninstallClientApp

source§

impl RpcMessage for CMsgClientUninstallClientAppResponse

source§

impl RpcMessage for CMsgClientUFSDeleteFileRequest

source§

impl RpcMessage for CMsgClientUFSDeleteFileResponse

source§

impl RpcMessage for CMsgClientUFSDownloadRequest

source§

impl RpcMessage for CMsgClientUFSDownloadResponse

source§

impl RpcMessage for CMsgClientUFSFileChunk

source§

impl RpcMessage for CMsgClientUFSGetFileListForApp

source§

impl RpcMessage for CMsgClientUFSGetFileListForAppResponse

source§

impl RpcMessage for CMsgClientUFSGetSingleFileInfo

source§

impl RpcMessage for CMsgClientUFSGetSingleFileInfoResponse

source§

impl RpcMessage for CMsgClientUFSGetUGCDetails

source§

impl RpcMessage for CMsgClientUFSGetUGCDetailsResponse

source§

impl RpcMessage for CMsgClientUFSLoginRequest

source§

impl RpcMessage for CMsgClientUFSLoginResponse

source§

impl RpcMessage for CMsgClientUFSShareFile

source§

impl RpcMessage for CMsgClientUFSShareFileResponse

source§

impl RpcMessage for CMsgClientUFSTransferHeartbeat

source§

impl RpcMessage for CMsgClientUFSUploadCommit

source§

impl RpcMessage for CMsgClientUFSUploadCommitResponse

source§

impl RpcMessage for CMsgClientUFSUploadFileFinished

source§

impl RpcMessage for CMsgClientUFSUploadFileRequest

source§

impl RpcMessage for CMsgClientUFSUploadFileResponse

source§

impl RpcMessage for CMsgClientGetUserStats

source§

impl RpcMessage for CMsgClientGetUserStatsResponse

source§

impl RpcMessage for CMsgClientStatsUpdated

source§

impl RpcMessage for CMsgClientStoreUserStats2

source§

impl RpcMessage for CMsgClientStoreUserStats

source§

impl RpcMessage for CMsgClientStoreUserStatsResponse

source§

impl RpcMessage for CMsgClientSettings

source§

impl RpcMessage for CMsgHotkey

source§

impl RpcMessage for CCloud_AppCloudStateChange_Notification

source§

impl RpcMessage for CCloud_AppExitSyncDone_Notification

source§

impl RpcMessage for CCloud_AppFileInfo

source§

impl RpcMessage for CCloud_AppLaunchIntent_Request

source§

impl RpcMessage for CCloud_AppLaunchIntent_Response

source§

impl RpcMessage for CCloud_AppSessionResume_Request

source§

impl RpcMessage for CCloud_AppSessionResume_Response

source§

impl RpcMessage for CCloud_AppSessionSuspend_Request

source§

impl RpcMessage for CCloud_AppSessionSuspend_Response

source§

impl RpcMessage for CCloud_BeginAppUploadBatch_Request

source§

impl RpcMessage for CCloud_BeginAppUploadBatch_Response

source§

impl RpcMessage for CCloud_BeginHTTPUpload_Request

source§

impl RpcMessage for CCloud_BeginHTTPUpload_Response

source§

impl RpcMessage for CCloud_BeginUGCUpload_Request

source§

impl RpcMessage for CCloud_BeginUGCUpload_Response

source§

impl RpcMessage for CCloud_CDNReport_Notification

source§

impl RpcMessage for CCloud_ClientBeginFileUpload_Request

source§

impl RpcMessage for CCloud_ClientBeginFileUpload_Response

source§

impl RpcMessage for CCloud_ClientCommitFileUpload_Request

source§

impl RpcMessage for CCloud_ClientCommitFileUpload_Response

source§

impl RpcMessage for CCloud_ClientConflictResolution_Notification

source§

impl RpcMessage for CCloud_ClientDeleteFile_Request

source§

impl RpcMessage for CCloud_ClientDeleteFile_Response

source§

impl RpcMessage for CCloud_ClientFileDownload_Request

source§

impl RpcMessage for CCloud_ClientFileDownload_Response

source§

impl RpcMessage for CCloud_ClientGetAppQuotaUsage_Request

source§

impl RpcMessage for CCloud_ClientGetAppQuotaUsage_Response

source§

impl RpcMessage for CCloud_ClientLogUploadCheck_Notification

source§

impl RpcMessage for CCloud_ClientLogUploadComplete_Notification

source§

impl RpcMessage for CCloud_ClientLogUploadRequest_Notification

source§

impl RpcMessage for CCloud_CommitHTTPUpload_Request

source§

impl RpcMessage for CCloud_CommitHTTPUpload_Response

source§

impl RpcMessage for CCloud_CommitUGCUpload_Request

source§

impl RpcMessage for CCloud_CommitUGCUpload_Response

source§

impl RpcMessage for CCloud_CompleteAppUploadBatch_Notification

source§

impl RpcMessage for CCloud_CompleteAppUploadBatch_Request

source§

impl RpcMessage for CCloud_CompleteAppUploadBatch_Response

source§

impl RpcMessage for CCloud_Delete_Request

source§

impl RpcMessage for CCloud_Delete_Response

source§

impl RpcMessage for CCloud_EnumerateUserApps_Request

source§

impl RpcMessage for CCloud_EnumerateUserApps_Response

source§

impl RpcMessage for CCloud_EnumerateUserFiles_Request

source§

impl RpcMessage for CCloud_EnumerateUserFiles_Response

source§

impl RpcMessage for CCloud_ExternalStorageTransferReport_Notification

source§

impl RpcMessage for CCloud_GetAppFileChangelist_Request

source§

impl RpcMessage for CCloud_GetAppFileChangelist_Response

source§

impl RpcMessage for CCloud_GetClientEncryptionKey_Request

source§

impl RpcMessage for CCloud_GetClientEncryptionKey_Response

source§

impl RpcMessage for CCloud_GetFileDetails_Request

source§

impl RpcMessage for CCloud_GetFileDetails_Response

source§

impl RpcMessage for CCloud_GetUploadServerInfo_Request

source§

impl RpcMessage for CCloud_GetUploadServerInfo_Response

source§

impl RpcMessage for CCloud_UserFile

source§

impl RpcMessage for ClientCloudFileUploadBlockDetails

source§

impl RpcMessage for CContentServerDirectory_GetCDNAuthToken_Request

source§

impl RpcMessage for CContentServerDirectory_GetCDNAuthToken_Response

source§

impl RpcMessage for CContentServerDirectory_GetClientUpdateHosts_Request

source§

impl RpcMessage for CContentServerDirectory_GetClientUpdateHosts_Response

source§

impl RpcMessage for CContentServerDirectory_GetDepotPatchInfo_Request

source§

impl RpcMessage for CContentServerDirectory_GetDepotPatchInfo_Response

source§

impl RpcMessage for CContentServerDirectory_GetManifestRequestCode_Request

source§

impl RpcMessage for CContentServerDirectory_GetManifestRequestCode_Response

source§

impl RpcMessage for CContentServerDirectory_GetPeerContentInfo_Request

source§

impl RpcMessage for CContentServerDirectory_GetPeerContentInfo_Response

source§

impl RpcMessage for CContentServerDirectory_GetServersForSteamPipe_Request

source§

impl RpcMessage for CContentServerDirectory_GetServersForSteamPipe_Response

source§

impl RpcMessage for CContentServerDirectory_RequestPeerContentServer_Request

source§

impl RpcMessage for CContentServerDirectory_RequestPeerContentServer_Response

source§

impl RpcMessage for CContentServerDirectory_ServerInfo

source§

impl RpcMessage for CCredentials_GetAccountAuthSecret_Request

source§

impl RpcMessage for CCredentials_GetAccountAuthSecret_Response

source§

impl RpcMessage for CCredentials_GetSteamGuardDetails_Request

source§

impl RpcMessage for CCredentials_GetSteamGuardDetails_Response

source§

impl RpcMessage for CCredentials_LastCredentialChangeTime_Request

source§

impl RpcMessage for CCredentials_LastCredentialChangeTime_Response

source§

impl RpcMessage for CCredentials_SteamGuardPhishingReport_Request

source§

impl RpcMessage for CCredentials_SteamGuardPhishingReport_Response

source§

impl RpcMessage for CCredentials_TestAvailablePassword_Request

source§

impl RpcMessage for CCredentials_TestAvailablePassword_Response

source§

impl RpcMessage for CCredentials_ValidateEmailAddress_Request

source§

impl RpcMessage for CCredentials_ValidateEmailAddress_Response

source§

impl RpcMessage for CDataPublisher_AddVRDeviceInfo_Request

source§

impl RpcMessage for CDataPublisher_AddVRDeviceInfo_Response

source§

impl RpcMessage for CDataPublisher_ClientContentCorruptionReport_Notification

source§

impl RpcMessage for CDataPublisher_ClientUpdateAppJob_Notification

source§

impl RpcMessage for CDataPublisher_GetVRDeviceInfo_Request

source§

impl RpcMessage for CDataPublisher_GetVRDeviceInfo_Response

source§

impl RpcMessage for CDataPublisher_SetVRDeviceInfoAggregationReference_Request

source§

impl RpcMessage for CDataPublisher_SetVRDeviceInfoAggregationReference_Response

source§

impl RpcMessage for CValveHWSurvey_GetSurveySchedule_Request

source§

impl RpcMessage for CValveHWSurvey_GetSurveySchedule_Response

source§

impl RpcMessage for CContentBuilder_CommitAppBuild_Request

source§

impl RpcMessage for CContentBuilder_CommitAppBuild_Response

source§

impl RpcMessage for CContentBuilder_FinishDepotUpload_Request

source§

impl RpcMessage for CContentBuilder_FinishDepotUpload_Response

source§

impl RpcMessage for CContentBuilder_GetMissingDepotChunks_Request

source§

impl RpcMessage for CContentBuilder_GetMissingDepotChunks_Response

source§

impl RpcMessage for CContentBuilder_InitDepotBuild_Request

source§

impl RpcMessage for CContentBuilder_InitDepotBuild_Response

source§

impl RpcMessage for CContentBuilder_SignInstallScript_Request

source§

impl RpcMessage for CContentBuilder_SignInstallScript_Response

source§

impl RpcMessage for CContentBuilder_StartDepotUpload_Request

source§

impl RpcMessage for CContentBuilder_StartDepotUpload_Response

source§

impl RpcMessage for CDeviceAuth_AcceptAuthorizationRequest_Request

source§

impl RpcMessage for CDeviceAuth_AcceptAuthorizationRequest_Response

source§

impl RpcMessage for CDeviceAuth_AddAuthorizedBorrowers_Request

source§

impl RpcMessage for CDeviceAuth_AddAuthorizedBorrowers_Response

source§

impl RpcMessage for CDeviceAuth_AuthorizeRemoteDevice_Request

source§

impl RpcMessage for CDeviceAuth_AuthorizeRemoteDevice_Response

source§

impl RpcMessage for CDeviceAuth_DeauthorizeRemoteDevice_Request

source§

impl RpcMessage for CDeviceAuth_DeauthorizeRemoteDevice_Response

source§

impl RpcMessage for CDeviceAuth_GetAuthorizedAsBorrower_Request

source§

impl RpcMessage for CDeviceAuth_GetAuthorizedAsBorrower_Response

source§

impl RpcMessage for CDeviceAuth_GetAuthorizedBorrowers_Request

source§

impl RpcMessage for CDeviceAuth_GetAuthorizedBorrowers_Response

source§

impl RpcMessage for CDeviceAuth_GetBorrowerPlayHistory_Request

source§

impl RpcMessage for CDeviceAuth_GetBorrowerPlayHistory_Response

source§

impl RpcMessage for CDeviceAuth_GetExcludedGamesInLibrary_Request

source§

impl RpcMessage for CDeviceAuth_GetExcludedGamesInLibrary_Response

source§

impl RpcMessage for CDeviceAuth_GetOwnAuthorizedDevices_Request

source§

impl RpcMessage for CDeviceAuth_GetOwnAuthorizedDevices_Response

source§

impl RpcMessage for CDeviceAuth_GetUsedAuthorizedDevices_Request

source§

impl RpcMessage for CDeviceAuth_GetUsedAuthorizedDevices_Response

source§

impl RpcMessage for CDeviceAuth_RemoveAuthorizedBorrowers_Request

source§

impl RpcMessage for CDeviceAuth_RemoveAuthorizedBorrowers_Response

source§

impl RpcMessage for CEconItem_Action

source§

impl RpcMessage for CEconItem_Description

source§

impl RpcMessage for CEconItem_DescriptionLine

source§

impl RpcMessage for CEconItem_Tag

source§

impl RpcMessage for CEcon_Asset

source§

impl RpcMessage for CEcon_ClientGetItemShopOverlayAuthURL_Request

source§

impl RpcMessage for CEcon_ClientGetItemShopOverlayAuthURL_Response

source§

impl RpcMessage for CEcon_GetAssetClassInfo_Request

source§

impl RpcMessage for CEcon_GetAssetClassInfo_Response

source§

impl RpcMessage for CEcon_GetInventoryItemsWithDescriptions_Request

source§

impl RpcMessage for CEcon_GetInventoryItemsWithDescriptions_Response

source§

impl RpcMessage for CEcon_GetTradeOfferAccessToken_Request

source§

impl RpcMessage for CEcon_GetTradeOfferAccessToken_Response

source§

impl RpcMessage for CFriendMessages_AckMessage_Notification

source§

impl RpcMessage for CFriendMessages_GetRecentMessages_Request

source§

impl RpcMessage for CFriendMessages_GetRecentMessages_Response

source§

impl RpcMessage for CFriendMessages_IncomingMessage_Notification

source§

impl RpcMessage for CFriendMessages_IsInFriendsUIBeta_Request

source§

impl RpcMessage for CFriendMessages_IsInFriendsUIBeta_Response

source§

impl RpcMessage for CFriendMessages_MessageReaction_Notification

source§

impl RpcMessage for CFriendMessages_SendMessage_Request

source§

impl RpcMessage for CFriendMessages_SendMessage_Response

source§

impl RpcMessage for CFriendMessages_UpdateMessageReaction_Request

source§

impl RpcMessage for CFriendMessages_UpdateMessageReaction_Response

source§

impl RpcMessage for CFriendsMessages_GetActiveMessageSessions_Request

source§

impl RpcMessage for CFriendsMessages_GetActiveMessageSessions_Response

source§

impl RpcMessage for CGameNetworking_AllocateFakeIP_Request

source§

impl RpcMessage for CGameNetworking_AllocateFakeIP_Response

source§

impl RpcMessage for CGameNetworking_ReleaseFakeIP_Notification

source§

impl RpcMessage for CGameNetworkingUI_AppSummary

source§

impl RpcMessage for CGameNetworkingUI_ConnectionState

source§

impl RpcMessage for CGameNetworkingUI_ConnectionSummary

source§

impl RpcMessage for CGameNetworkingUI_GlobalState

source§

impl RpcMessage for CGameNetworkingUI_Message

source§

impl RpcMessage for CGameNotifications_CreateSession_Request

source§

impl RpcMessage for CGameNotifications_CreateSession_Response

source§

impl RpcMessage for CGameNotifications_DeleteSession_Request

source§

impl RpcMessage for CGameNotifications_DeleteSession_Response

source§

impl RpcMessage for CGameNotifications_EnumerateSessions_Request

source§

impl RpcMessage for CGameNotifications_EnumerateSessions_Response

source§

impl RpcMessage for CGameNotifications_GetSessionDetails_Request

source§

impl RpcMessage for CGameNotifications_GetSessionDetails_Response

source§

impl RpcMessage for CGameNotifications_LocalizedText

source§

impl RpcMessage for CGameNotifications_OnNotificationsRequested_Notification

source§

impl RpcMessage for CGameNotifications_OnUserStatusChanged_Notification

source§

impl RpcMessage for CGameNotifications_Session

source§

impl RpcMessage for CGameNotifications_UpdateNotificationSettings_Request

source§

impl RpcMessage for CGameNotifications_UpdateNotificationSettings_Response

source§

impl RpcMessage for CGameNotifications_UpdateSession_Request

source§

impl RpcMessage for CGameNotifications_UpdateSession_Response

source§

impl RpcMessage for CGameNotifications_UserStatus

source§

impl RpcMessage for CGameNotifications_Variable

source§

impl RpcMessage for GameNotificationSettings

source§

impl RpcMessage for CGameServers_GameServerQuery_Response

source§

impl RpcMessage for CGameServers_GetServerIPsBySteamID_Request

source§

impl RpcMessage for CGameServers_GetServerList_Request

source§

impl RpcMessage for CGameServers_GetServerList_Response

source§

impl RpcMessage for CGameServers_GetServerSteamIDsByIP_Request

source§

impl RpcMessage for CGameServers_IPsWithSteamIDs_Response

source§

impl RpcMessage for CGameServers_QueryByFakeIP_Request

source§

impl RpcMessage for CMsgGameServerPingQueryData

source§

impl RpcMessage for CMsgGameServerPlayersQueryData

source§

impl RpcMessage for CMsgGameServerRulesQueryData

source§

impl RpcMessage for GameServerClient_QueryServerData_Request

source§

impl RpcMessage for GameServerClient_QueryServerData_Response

source§

impl RpcMessage for CHIDDeviceInfo

source§

impl RpcMessage for CHIDDeviceInputReport

source§

impl RpcMessage for CHIDMessageFromRemote

source§

impl RpcMessage for CHIDMessageToRemote

source§

impl RpcMessage for CInventoryClient_NewItems_Notification

source§

impl RpcMessage for CInventory_AddItem_Request

source§

impl RpcMessage for CInventory_CombineItemStacks_Request

source§

impl RpcMessage for CInventory_ConsumeItem_Request

source§

impl RpcMessage for CInventory_ConsumePlaytime_Request

source§

impl RpcMessage for CInventory_DevSetNextDrop_Request

source§

impl RpcMessage for CInventory_ExchangeItem_Request

source§

impl RpcMessage for CInventory_GetEligiblePromoItemDefIDs_Request

source§

impl RpcMessage for CInventory_GetEligiblePromoItemDefIDs_Response

source§

impl RpcMessage for CInventory_GetInventory_Request

source§

impl RpcMessage for CInventory_GetItemDefMeta_Request

source§

impl RpcMessage for CInventory_GetItemDefMeta_Response

source§

impl RpcMessage for CInventory_GetUserPurchaseInfo_Request

source§

impl RpcMessage for CInventory_GetUserPurchaseInfo_Response

source§

impl RpcMessage for CInventory_InspectItem_Request

source§

impl RpcMessage for CInventory_ModifyItems_Request

source§

impl RpcMessage for CInventory_PurchaseFinalize_Request

source§

impl RpcMessage for CInventory_PurchaseInit_Request

source§

impl RpcMessage for CInventory_PurchaseInit_Response

source§

impl RpcMessage for CInventory_Response

source§

impl RpcMessage for CInventory_SplitItemStack_Request

source§

impl RpcMessage for CCommunity_GetLinkFilterHashPrefixes_Request

source§

impl RpcMessage for CCommunity_GetLinkFilterHashPrefixes_Response

source§

impl RpcMessage for CCommunity_GetLinkFilterHashes_Request

source§

impl RpcMessage for CCommunity_GetLinkFilterHashes_Response

source§

impl RpcMessage for CCommunity_GetLinkFilterListVersion_Request

source§

impl RpcMessage for CCommunity_GetLinkFilterListVersion_Response

source§

impl RpcMessage for LobbyMatchmakingLegacy_GetLobbyStatus_Request

source§

impl RpcMessage for LobbyMatchmakingLegacy_GetLobbyStatus_Response

source§

impl RpcMessage for CEconMarket_IsMarketplaceAllowed_Request

source§

impl RpcMessage for CEconMarket_IsMarketplaceAllowed_Response

source§

impl RpcMessage for CDisplayMarketingMessage

source§

impl RpcMessage for CMarketingMessageHourlyStats

source§

impl RpcMessage for CMarketingMessageProto

source§

impl RpcMessage for CMarketingMessages_CreateMarketingMessage_Request

source§

impl RpcMessage for CMarketingMessages_CreateMarketingMessage_Response

source§

impl RpcMessage for CMarketingMessages_DeleteMarketingMessage_Request

source§

impl RpcMessage for CMarketingMessages_DeleteMarketingMessage_Response

source§

impl RpcMessage for CMarketingMessages_DoesUserHavePendingMarketingMessages_Request

source§

impl RpcMessage for CMarketingMessages_DoesUserHavePendingMarketingMessages_Response

source§

impl RpcMessage for CMarketingMessages_FindMarketingMessages_Request

source§

impl RpcMessage for CMarketingMessages_FindMarketingMessages_Response

source§

impl RpcMessage for CMarketingMessages_GetActiveMarketingMessages_Request

source§

impl RpcMessage for CMarketingMessages_GetActiveMarketingMessages_Response

source§

impl RpcMessage for CMarketingMessages_GetDisplayMarketingMessage_Request

source§

impl RpcMessage for CMarketingMessages_GetDisplayMarketingMessage_Response

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessageViewerStats_Request

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessageViewerStats_Response

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessage_Request

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessage_Response

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessagesForUser_Request

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessagesForUser_Response

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessagesViewerRangeStats_Request

source§

impl RpcMessage for CMarketingMessages_GetMarketingMessagesViewerRangeStats_Response

source§

impl RpcMessage for CMarketingMessages_MarkMessageSeen_Notification

source§

impl RpcMessage for CMarketingMessages_UpdateMarketingMessage_Request

source§

impl RpcMessage for CMarketingMessages_UpdateMarketingMessage_Response

source§

impl RpcMessage for COffline_GetOfflineLogonTicket_Request

source§

impl RpcMessage for COffline_GetOfflineLogonTicket_Response

source§

impl RpcMessage for COffline_GetUnsignedOfflineLogonTicket_Request

source§

impl RpcMessage for COffline_GetUnsignedOfflineLogonTicket_Response

source§

impl RpcMessage for COffline_OfflineLogonTicket

source§

impl RpcMessage for CParental_DisableParentalSettings_Request

source§

impl RpcMessage for CParental_DisableParentalSettings_Response

source§

impl RpcMessage for CParental_DisableWithRecoveryCode_Request

source§

impl RpcMessage for CParental_DisableWithRecoveryCode_Response

source§

impl RpcMessage for CParental_EnableParentalSettings_Request

source§

impl RpcMessage for CParental_EnableParentalSettings_Response

source§

impl RpcMessage for CParental_GetParentalSettings_Request

source§

impl RpcMessage for CParental_GetParentalSettings_Response

source§

impl RpcMessage for CParental_GetSignedParentalSettings_Request

source§

impl RpcMessage for CParental_GetSignedParentalSettings_Response

source§

impl RpcMessage for CParental_LockClient_Request

source§

impl RpcMessage for CParental_LockClient_Response

source§

impl RpcMessage for CParental_ParentalLock_Notification

source§

impl RpcMessage for CParental_ParentalSettingsChange_Notification

source§

impl RpcMessage for CParental_ParentalUnlock_Notification

source§

impl RpcMessage for CParental_RequestRecoveryCode_Request

source§

impl RpcMessage for CParental_RequestRecoveryCode_Response

source§

impl RpcMessage for CParental_SetParentalSettings_Request

source§

impl RpcMessage for CParental_SetParentalSettings_Response

source§

impl RpcMessage for CParental_ValidatePassword_Request

source§

impl RpcMessage for CParental_ValidatePassword_Response

source§

impl RpcMessage for CParental_ValidateToken_Request

source§

impl RpcMessage for CParental_ValidateToken_Response

source§

impl RpcMessage for ParentalApp

source§

impl RpcMessage for ParentalSettings

source§

impl RpcMessage for CParties_BeaconLocation

source§

impl RpcMessage for CParties_CancelReservation_Request

source§

impl RpcMessage for CParties_CancelReservation_Response

source§

impl RpcMessage for CParties_ChangeNumOpenSlots_Request

source§

impl RpcMessage for CParties_ChangeNumOpenSlots_Response

source§

impl RpcMessage for CParties_CreateBeacon_Request

source§

impl RpcMessage for CParties_CreateBeacon_Response

source§

impl RpcMessage for CParties_DestroyBeacon_Request

source§

impl RpcMessage for CParties_DestroyBeacon_Response

source§

impl RpcMessage for CParties_JoinParty_Request

source§

impl RpcMessage for CParties_JoinParty_Response

source§

impl RpcMessage for CParties_OnReservationCompleted_Request

source§

impl RpcMessage for CParties_OnReservationCompleted_Response

source§

impl RpcMessage for CPartnerApps_Download_Request

source§

impl RpcMessage for CPartnerApps_Download_Response

source§

impl RpcMessage for CPartnerApps_ExistingDRMUpload

source§

impl RpcMessage for CPartnerApps_FindDRMUploads_Request

source§

impl RpcMessage for CPartnerApps_FindDRMUploads_Response

source§

impl RpcMessage for CPartnerApps_FinishUploadDepot_Request

source§

impl RpcMessage for CPartnerApps_FinishUploadDepot_Response

source§

impl RpcMessage for CPartnerApps_FinishUploadKVSign_Response

source§

impl RpcMessage for CPartnerApps_FinishUploadLegacyDRM_Request

source§

impl RpcMessage for CPartnerApps_FinishUploadLegacyDRM_Response

source§

impl RpcMessage for CPartnerApps_FinishUpload_Request

source§

impl RpcMessage for CPartnerApps_FinishUpload_Response

source§

impl RpcMessage for CPartnerApps_GetDepotBuildResult_Request

source§

impl RpcMessage for CPartnerApps_GetDepotBuildResult_Response

source§

impl RpcMessage for CPartnerApps_RequestUploadToken_Request

source§

impl RpcMessage for CPartnerApps_RequestUploadToken_Response

source§

impl RpcMessage for CPlayer_AcceptSSA_Request

source§

impl RpcMessage for CPlayer_AcceptSSA_Response

source§

impl RpcMessage for CPlayer_AddFriend_Request

source§

impl RpcMessage for CPlayer_AddFriend_Response

source§

impl RpcMessage for CPlayer_CommunityPreferences

source§

impl RpcMessage for CPlayer_CommunityPreferencesChanged_Notification

source§

impl RpcMessage for CPlayer_DeletePostedStatus_Request

source§

impl RpcMessage for CPlayer_DeletePostedStatus_Response

source§

impl RpcMessage for CPlayer_FriendEquippedProfileItemsChanged_Notification

source§

impl RpcMessage for CPlayer_FriendNicknameChanged_Notification

source§

impl RpcMessage for CPlayer_GetAchievementsProgress_Request

source§

impl RpcMessage for CPlayer_GetAchievementsProgress_Response

source§

impl RpcMessage for CPlayer_GetAnimatedAvatar_Request

source§

impl RpcMessage for CPlayer_GetAnimatedAvatar_Response

source§

impl RpcMessage for CPlayer_GetAvatarFrame_Request

source§

impl RpcMessage for CPlayer_GetAvatarFrame_Response

source§

impl RpcMessage for CPlayer_GetCommunityPreferences_Request

source§

impl RpcMessage for CPlayer_GetCommunityPreferences_Response

source§

impl RpcMessage for CPlayer_GetDurationControl_Request

source§

impl RpcMessage for CPlayer_GetDurationControl_Response

source§

impl RpcMessage for CPlayer_GetEmoticonList_Request

source§

impl RpcMessage for CPlayer_GetEmoticonList_Response

source§

impl RpcMessage for CPlayer_GetFavoriteBadge_Request

source§

impl RpcMessage for CPlayer_GetFavoriteBadge_Response

source§

impl RpcMessage for CPlayer_GetFriendsGameplayInfo_Request

source§

impl RpcMessage for CPlayer_GetFriendsGameplayInfo_Response

source§

impl RpcMessage for CPlayer_GetGameAchievements_Request

source§

impl RpcMessage for CPlayer_GetGameAchievements_Response

source§

impl RpcMessage for CPlayer_GetGameBadgeLevels_Request

source§

impl RpcMessage for CPlayer_GetGameBadgeLevels_Response

source§

impl RpcMessage for CPlayer_GetLastPlayedTimes_Request

source§

impl RpcMessage for CPlayer_GetLastPlayedTimes_Response

source§

impl RpcMessage for CPlayer_GetMiniProfileBackground_Request

source§

impl RpcMessage for CPlayer_GetMiniProfileBackground_Response

source§

impl RpcMessage for CPlayer_GetMutualFriendsForIncomingInvites_Request

source§

impl RpcMessage for CPlayer_GetMutualFriendsForIncomingInvites_Response

source§

impl RpcMessage for CPlayer_GetNewSteamAnnouncementState_Request

source§

impl RpcMessage for CPlayer_GetNewSteamAnnouncementState_Response

source§

impl RpcMessage for CPlayer_GetNicknameList_Request

source§

impl RpcMessage for CPlayer_GetNicknameList_Response

source§

impl RpcMessage for CPlayer_GetOwnedGames_Request

source§

impl RpcMessage for CPlayer_GetOwnedGames_Response

source§

impl RpcMessage for CPlayer_GetPerFriendPreferences_Request

source§

impl RpcMessage for CPlayer_GetPerFriendPreferences_Response

source§

impl RpcMessage for CPlayer_GetPlayNext_Request

source§

impl RpcMessage for CPlayer_GetPlayNext_Response

source§

impl RpcMessage for CPlayer_GetPostedStatus_Request

source§

impl RpcMessage for CPlayer_GetPostedStatus_Response

source§

impl RpcMessage for CPlayer_GetPrivacySettings_Request

source§

impl RpcMessage for CPlayer_GetPrivacySettings_Response

source§

impl RpcMessage for CPlayer_GetProfileBackground_Request

source§

impl RpcMessage for CPlayer_GetProfileBackground_Response

source§

impl RpcMessage for CPlayer_GetProfileCustomization_Request

source§

impl RpcMessage for CPlayer_GetProfileCustomization_Response

source§

impl RpcMessage for CPlayer_GetProfileItemsEquipped_Request

source§

impl RpcMessage for CPlayer_GetProfileItemsEquipped_Response

source§

impl RpcMessage for CPlayer_GetProfileItemsOwned_Request

source§

impl RpcMessage for CPlayer_GetProfileItemsOwned_Response

source§

impl RpcMessage for CPlayer_GetProfileThemesAvailable_Request

source§

impl RpcMessage for CPlayer_GetProfileThemesAvailable_Response

source§

impl RpcMessage for CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Request

source§

impl RpcMessage for CPlayer_GetPurchasedAndUpgradedProfileCustomizations_Response

source§

impl RpcMessage for CPlayer_GetPurchasedProfileCustomizations_Request

source§

impl RpcMessage for CPlayer_GetPurchasedProfileCustomizations_Response

source§

impl RpcMessage for CPlayer_GetSteamDeckKeyboardSkin_Request

source§

impl RpcMessage for CPlayer_GetSteamDeckKeyboardSkin_Response

source§

impl RpcMessage for CPlayer_GetTextFilterWords_Request

source§

impl RpcMessage for CPlayer_GetTextFilterWords_Response

source§

impl RpcMessage for CPlayer_GetTimeSSAAccepted_Request

source§

impl RpcMessage for CPlayer_GetTimeSSAAccepted_Response

source§

impl RpcMessage for CPlayer_GetTopAchievementsForGames_Request

source§

impl RpcMessage for CPlayer_GetTopAchievementsForGames_Response

source§

impl RpcMessage for CPlayer_IgnoreFriend_Request

source§

impl RpcMessage for CPlayer_IgnoreFriend_Response

source§

impl RpcMessage for CPlayer_IncomingInviteMutualFriendList

source§

impl RpcMessage for CPlayer_LastPlayedTimes_Notification

source§

impl RpcMessage for CPlayer_NewSteamAnnouncementState_Notification

source§

impl RpcMessage for CPlayer_PerFriendPreferencesChanged_Notification

source§

impl RpcMessage for CPlayer_PostStatusToFriends_Request

source§

impl RpcMessage for CPlayer_PostStatusToFriends_Response

source§

impl RpcMessage for CPlayer_PrivacySettingsChanged_Notification

source§

impl RpcMessage for CPlayer_RecordDisconnectedPlaytime_Request

source§

impl RpcMessage for CPlayer_RecordDisconnectedPlaytime_Response

source§

impl RpcMessage for CPlayer_RemoveFriend_Request

source§

impl RpcMessage for CPlayer_RemoveFriend_Response

source§

impl RpcMessage for CPlayer_SetAnimatedAvatar_Request

source§

impl RpcMessage for CPlayer_SetAnimatedAvatar_Response

source§

impl RpcMessage for CPlayer_SetAvatarFrame_Request

source§

impl RpcMessage for CPlayer_SetAvatarFrame_Response

source§

impl RpcMessage for CPlayer_SetCommunityPreferences_Request

source§

impl RpcMessage for CPlayer_SetCommunityPreferences_Response

source§

impl RpcMessage for CPlayer_SetEquippedProfileItemFlags_Request

source§

impl RpcMessage for CPlayer_SetEquippedProfileItemFlags_Response

source§

impl RpcMessage for CPlayer_SetFavoriteBadge_Request

source§

impl RpcMessage for CPlayer_SetFavoriteBadge_Response

source§

impl RpcMessage for CPlayer_SetMiniProfileBackground_Request

source§

impl RpcMessage for CPlayer_SetMiniProfileBackground_Response

source§

impl RpcMessage for CPlayer_SetPerFriendPreferences_Request

source§

impl RpcMessage for CPlayer_SetPerFriendPreferences_Response

source§

impl RpcMessage for CPlayer_SetProfileBackground_Request

source§

impl RpcMessage for CPlayer_SetProfileBackground_Response

source§

impl RpcMessage for CPlayer_SetProfilePreferences_Request

source§

impl RpcMessage for CPlayer_SetProfilePreferences_Response

source§

impl RpcMessage for CPlayer_SetProfileTheme_Request

source§

impl RpcMessage for CPlayer_SetProfileTheme_Response

source§

impl RpcMessage for CPlayer_SetSteamDeckKeyboardSkin_Request

source§

impl RpcMessage for CPlayer_SetSteamDeckKeyboardSkin_Response

source§

impl RpcMessage for CPlayer_TextFilterWords

source§

impl RpcMessage for CPlayer_TextFilterWordsChanged_Notification

source§

impl RpcMessage for CPlayer_UpdateSteamAnnouncementLastRead_Request

source§

impl RpcMessage for CPlayer_UpdateSteamAnnouncementLastRead_Response

source§

impl RpcMessage for CPrivacySettings

source§

impl RpcMessage for PerFriendPreferences

source§

impl RpcMessage for ProfileCustomization

source§

impl RpcMessage for ProfileCustomizationSlot

source§

impl RpcMessage for ProfileItem

source§

impl RpcMessage for ProfilePreferences

source§

impl RpcMessage for ProfileTheme

source§

impl RpcMessage for CPublishedFile_AddAppRelationship_Request

source§

impl RpcMessage for CPublishedFile_AddAppRelationship_Response

source§

impl RpcMessage for CPublishedFile_AddChild_Request

source§

impl RpcMessage for CPublishedFile_AddChild_Response

source§

impl RpcMessage for CPublishedFile_AreFilesInSubscriptionList_Request

source§

impl RpcMessage for CPublishedFile_AreFilesInSubscriptionList_Response

source§

impl RpcMessage for CPublishedFile_CanSubscribe_Request

source§

impl RpcMessage for CPublishedFile_CanSubscribe_Response

source§

impl RpcMessage for CPublishedFile_Delete_Request

source§

impl RpcMessage for CPublishedFile_Delete_Response

source§

impl RpcMessage for CPublishedFile_FileDeleted_Client_Notification

source§

impl RpcMessage for CPublishedFile_FileSubscribed_Notification

source§

impl RpcMessage for CPublishedFile_FileUnsubscribed_Notification

source§

impl RpcMessage for CPublishedFile_GetAppRelationshipsBatched_Request

source§

impl RpcMessage for CPublishedFile_GetAppRelationshipsBatched_Response

source§

impl RpcMessage for CPublishedFile_GetAppRelationships_Request

source§

impl RpcMessage for CPublishedFile_GetAppRelationships_Response

source§

impl RpcMessage for CPublishedFile_GetChangeHistoryEntry_Request

source§

impl RpcMessage for CPublishedFile_GetChangeHistoryEntry_Response

source§

impl RpcMessage for CPublishedFile_GetChangeHistory_Request

source§

impl RpcMessage for CPublishedFile_GetChangeHistory_Response

source§

impl RpcMessage for CPublishedFile_GetContentDescriptors_Request

source§

impl RpcMessage for CPublishedFile_GetContentDescriptors_Response

source§

impl RpcMessage for CPublishedFile_GetDetails_Request

source§

impl RpcMessage for CPublishedFile_GetDetails_Response

source§

impl RpcMessage for CPublishedFile_GetItemChanges_Request

source§

impl RpcMessage for CPublishedFile_GetItemChanges_Response

source§

impl RpcMessage for CPublishedFile_GetItemInfo_Request

source§

impl RpcMessage for CPublishedFile_GetItemInfo_Response

source§

impl RpcMessage for CPublishedFile_GetSubSectionData_Request

source§

impl RpcMessage for CPublishedFile_GetSubSectionData_Response

source§

impl RpcMessage for CPublishedFile_GetUserFiles_Request

source§

impl RpcMessage for CPublishedFile_GetUserFiles_Response

source§

impl RpcMessage for CPublishedFile_GetUserVoteSummary_Request

source§

impl RpcMessage for CPublishedFile_GetUserVoteSummary_Response

source§

impl RpcMessage for CPublishedFile_Publish_Request

source§

impl RpcMessage for CPublishedFile_Publish_Response

source§

impl RpcMessage for CPublishedFile_QueryFiles_Request

source§

impl RpcMessage for CPublishedFile_QueryFiles_Response

source§

impl RpcMessage for CPublishedFile_RefreshVotingQueue_Request

source§

impl RpcMessage for CPublishedFile_RefreshVotingQueue_Response

source§

impl RpcMessage for CPublishedFile_RemoveAppRelationship_Request

source§

impl RpcMessage for CPublishedFile_RemoveAppRelationship_Response

source§

impl RpcMessage for CPublishedFile_RemoveChild_Request

source§

impl RpcMessage for CPublishedFile_RemoveChild_Response

source§

impl RpcMessage for CPublishedFile_SetPlaytimeForControllerConfigs_Request

source§

impl RpcMessage for CPublishedFile_SetPlaytimeForControllerConfigs_Response

source§

impl RpcMessage for CPublishedFile_StartPlaytimeTracking_Request

source§

impl RpcMessage for CPublishedFile_StartPlaytimeTracking_Response

source§

impl RpcMessage for CPublishedFile_StopPlaytimeTrackingForAllAppItems_Request

source§

impl RpcMessage for CPublishedFile_StopPlaytimeTrackingForAllAppItems_Response

source§

impl RpcMessage for CPublishedFile_StopPlaytimeTracking_Request

source§

impl RpcMessage for CPublishedFile_StopPlaytimeTracking_Response

source§

impl RpcMessage for CPublishedFile_Subscribe_Request

source§

impl RpcMessage for CPublishedFile_Subscribe_Response

source§

impl RpcMessage for CPublishedFile_Unsubscribe_Request

source§

impl RpcMessage for CPublishedFile_Unsubscribe_Response

source§

impl RpcMessage for CPublishedFile_UpdateContentDescriptors_Request

source§

impl RpcMessage for CPublishedFile_UpdateContentDescriptors_Response

source§

impl RpcMessage for CPublishedFile_Update_Request

source§

impl RpcMessage for CPublishedFile_Update_Response

source§

impl RpcMessage for CPublishedFile_Vote_Request

source§

impl RpcMessage for CPublishedFile_Vote_Response

source§

impl RpcMessage for PublishedFileDetails

source§

impl RpcMessage for PublishedFileSubSection

source§

impl RpcMessage for CQueuedMatchmakingGameHost_EndGame_Request

source§

impl RpcMessage for CQueuedMatchmakingGameHost_EndGame_Response

source§

impl RpcMessage for CQueuedMatchmakingGameHost_SearchForPlayers_Request

source§

impl RpcMessage for CQueuedMatchmakingGameHost_SearchForPlayers_Response

source§

impl RpcMessage for CQueuedMatchmakingGameHost_SubmitPlayerResult_Request

source§

impl RpcMessage for CQueuedMatchmakingGameHost_SubmitPlayerResult_Response

source§

impl RpcMessage for CQueuedMatchmaking_SearchForGame_Request

source§

impl RpcMessage for CQueuedMatchmaking_SearchForGame_Response

source§

impl RpcMessage for GameSearchParam

source§

impl RpcMessage for PlayerFound

source§

impl RpcMessage for PlayerResult

source§

impl RpcMessage for CMsgRemoteClientAcceptEULA

source§

impl RpcMessage for CMsgRemoteClientAppStatus

source§

impl RpcMessage for CMsgRemoteClientGetControllerConfig

source§

impl RpcMessage for CMsgRemoteClientGetControllerConfigResponse

source§

impl RpcMessage for CMsgRemoteClientPing

source§

impl RpcMessage for CMsgRemoteClientPingResponse

source§

impl RpcMessage for CMsgRemoteClientStartStream

source§

impl RpcMessage for CMsgRemoteClientStartStreamResponse

source§

impl RpcMessage for CMsgRemoteClientStatus

source§

impl RpcMessage for CMsgRemoteClientStreamingEnabled

source§

impl RpcMessage for CMsgRemoteClientBroadcastClientIDDeconflict

source§

impl RpcMessage for CMsgRemoteClientBroadcastDiscovery

source§

impl RpcMessage for CMsgRemoteClientBroadcastHeader

source§

impl RpcMessage for CMsgRemoteClientBroadcastStatus

source§

impl RpcMessage for CMsgRemoteDeviceAuthorizationCancelRequest

source§

impl RpcMessage for CMsgRemoteDeviceAuthorizationConfirmed

source§

impl RpcMessage for CMsgRemoteDeviceAuthorizationRequest

source§

impl RpcMessage for CMsgRemoteDeviceAuthorizationResponse

source§

impl RpcMessage for CMsgRemoteDeviceProofRequest

source§

impl RpcMessage for CMsgRemoteDeviceProofResponse

source§

impl RpcMessage for CMsgRemoteDeviceStreamTransportSignal

source§

impl RpcMessage for CMsgRemoteDeviceStreamingCancelRequest

source§

impl RpcMessage for CMsgRemoteDeviceStreamingProgress

source§

impl RpcMessage for CMsgRemoteDeviceStreamingRequest

source§

impl RpcMessage for CMsgRemoteDeviceStreamingResponse

source§

impl RpcMessage for CRemoteClient_AllocateRelayServer_Request

source§

impl RpcMessage for CRemoteClient_AllocateRelayServer_Response

source§

impl RpcMessage for CRemoteClient_AllocateSDR_Request

source§

impl RpcMessage for CRemoteClient_AllocateSDR_Response

source§

impl RpcMessage for CRemoteClient_AllocateTURNServer_Request

source§

impl RpcMessage for CRemoteClient_AllocateTURNServer_Response

source§

impl RpcMessage for CRemoteClient_CancelPairing_Request

source§

impl RpcMessage for CRemoteClient_CancelPairing_Response

source§

impl RpcMessage for CRemoteClient_CreateRemotePlayTogetherInvitation_Request

source§

impl RpcMessage for CRemoteClient_CreateRemotePlayTogetherInvitation_Response

source§

impl RpcMessage for CRemoteClient_CreateSession_Request

source§

impl RpcMessage for CRemoteClient_CreateSession_Response

source§

impl RpcMessage for CRemoteClient_DeleteRemotePlayTogetherInvitation_Request

source§

impl RpcMessage for CRemoteClient_DeleteRemotePlayTogetherInvitation_Response

source§

impl RpcMessage for CRemoteClient_GetPairingInfo_Request

source§

impl RpcMessage for CRemoteClient_GetPairingInfo_Response

source§

impl RpcMessage for CRemoteClient_GetReplies_Request

source§

impl RpcMessage for CRemoteClient_GetReplies_Response

source§

impl RpcMessage for CRemoteClient_LookupRemotePlayTogetherInvitation_Request

source§

impl RpcMessage for CRemoteClient_LookupRemotePlayTogetherInvitation_Response

source§

impl RpcMessage for CRemoteClient_Online_Notification

source§

impl RpcMessage for CRemoteClient_RegisterStatusUpdate_Notification

source§

impl RpcMessage for CRemoteClient_RemotePacket_Notification

source§

impl RpcMessage for CRemoteClient_ReplyPacket_Notification

source§

impl RpcMessage for CRemoteClient_SetPairingInfo_Request

source§

impl RpcMessage for CRemoteClient_SetPairingInfo_Response

source§

impl RpcMessage for CRemoteClient_StartPairing_Request

source§

impl RpcMessage for CRemoteClient_StartPairing_Response

source§

impl RpcMessage for CRemoteClient_SteamBroadcast_Notification

source§

impl RpcMessage for CRemoteClient_SteamToSteam_Notification

source§

impl RpcMessage for CRemoteClient_UnregisterStatusUpdate_Notification

source§

impl RpcMessage for CRemotePlayTogether_Notification

source§

impl RpcMessage for CRemotePlay_SessionStarted_Request

source§

impl RpcMessage for CRemotePlay_SessionStarted_Response

source§

impl RpcMessage for CRemotePlay_SessionStopped_Notification

source§

impl RpcMessage for CAudioFormat

source§

impl RpcMessage for CAuthenticationRequestMsg

source§

impl RpcMessage for CAuthenticationResponseMsg

source§

impl RpcMessage for CClientHandshakeMsg

source§

impl RpcMessage for CControllerConfigMsg

source§

impl RpcMessage for CControllerPersonalizationUpdateMsg

source§

impl RpcMessage for CDebugDumpMsg

source§

impl RpcMessage for CDeleteCursorMsg

source§

impl RpcMessage for CDisableHighResCaptureMsg

source§

impl RpcMessage for CDisableNeptuneDataMsg

source§

impl RpcMessage for CDiscoveryPingRequest

source§

impl RpcMessage for CDiscoveryPingResponse

source§

impl RpcMessage for CEnableHighResCaptureMsg

source§

impl RpcMessage for CEnableNeptuneDataMsg

source§

impl RpcMessage for CFrameEvent

source§

impl RpcMessage for CFrameStatAccumulatedValue

source§

impl RpcMessage for CFrameStats

source§

impl RpcMessage for CFrameStatsListMsg

source§

impl RpcMessage for CGetCursorImageMsg

source§

impl RpcMessage for CGetTouchConfigDataMsg

source§

impl RpcMessage for CGetTouchIconDataMsg

source§

impl RpcMessage for CHideCursorMsg

source§

impl RpcMessage for CInputKeyDownMsg

source§

impl RpcMessage for CInputKeyUpMsg

source§

impl RpcMessage for CInputLatencyTestMsg

source§

impl RpcMessage for CInputMouseDownMsg

source§

impl RpcMessage for CInputMouseMotionMsg

source§

impl RpcMessage for CInputMouseUpMsg

source§

impl RpcMessage for CInputMouseWheelMsg

source§

impl RpcMessage for CInputTextMsg

source§

impl RpcMessage for CInputTouchFingerDownMsg

source§

impl RpcMessage for CInputTouchFingerMotionMsg

source§

impl RpcMessage for CInputTouchFingerUpMsg

source§

impl RpcMessage for CKeepAliveMsg

source§

impl RpcMessage for CLogMsg

source§

impl RpcMessage for CLogUploadMsg

source§

impl RpcMessage for CNegotiatedConfig

source§

impl RpcMessage for CNegotiationCompleteMsg

source§

impl RpcMessage for CNegotiationInitMsg

source§

impl RpcMessage for CNegotiationSetConfigMsg

source§

impl RpcMessage for COverlayEnabledMsg

source§

impl RpcMessage for CPauseControllerInputMsg

source§

impl RpcMessage for CPauseMsg

source§

impl RpcMessage for CQuitRequest

source§

impl RpcMessage for CRecordedInput

source§

impl RpcMessage for CRecordedInputStream

source§

impl RpcMessage for CRemoteHIDMsg

source§

impl RpcMessage for CRemotePlayTogetherGroupUpdateMsg

source§

impl RpcMessage for CResumeControllerInputMsg

source§

impl RpcMessage for CResumeMsg

source§

impl RpcMessage for CSaveTouchConfigLayoutMsg

source§

impl RpcMessage for CServerHandshakeMsg

source§

impl RpcMessage for CSetActivityMsg

source§

impl RpcMessage for CSetBitrateOverrideMsg

source§

impl RpcMessage for CSetCapslockMsg

source§

impl RpcMessage for CSetCaptureSizeMsg

source§

impl RpcMessage for CSetCursorImageMsg

source§

impl RpcMessage for CSetCursorMsg

source§

impl RpcMessage for CSetFlashStateMsg

source§

impl RpcMessage for CSetGammaRampMsg

source§

impl RpcMessage for CSetIconMsg

source§

impl RpcMessage for CSetInputTemporarilyDisabledMsg

source§

impl RpcMessage for CSetKeymapMsg

source§

impl RpcMessage for CSetQoSMsg

source§

impl RpcMessage for CSetQualityOverrideMsg

source§

impl RpcMessage for CSetSpectatorModeMsg

source§

impl RpcMessage for CSetStreamingClientConfig

source§

impl RpcMessage for CSetTargetBitrateMsg

source§

impl RpcMessage for CSetTargetFramerateMsg

source§

impl RpcMessage for CSetTitleMsg

source§

impl RpcMessage for CSetTouchConfigDataMsg

source§

impl RpcMessage for CSetTouchIconDataMsg

source§

impl RpcMessage for CShowCursorMsg

source§

impl RpcMessage for CShowOnScreenKeyboardMsg

source§

impl RpcMessage for CStartAudioDataMsg

source§

impl RpcMessage for CStartNeptuneDataMsg

source§

impl RpcMessage for CStartNetworkTestMsg

source§

impl RpcMessage for CStartVideoDataMsg

source§

impl RpcMessage for CStopAudioDataMsg

source§

impl RpcMessage for CStopNeptuneDataMsg

source§

impl RpcMessage for CStopRequest

source§

impl RpcMessage for CStopVideoDataMsg

source§

impl RpcMessage for CStreamDataLostMsg

source§

impl RpcMessage for CStreamVideoMode

source§

impl RpcMessage for CStreamingClientCaps

source§

impl RpcMessage for CStreamingClientConfig

source§

impl RpcMessage for CStreamingClientHandshakeInfo

source§

impl RpcMessage for CStreamingKeymap

source§

impl RpcMessage for CStreamingKeymapEntry

source§

impl RpcMessage for CStreamingServerConfig

source§

impl RpcMessage for CStreamingServerHandshakeInfo

source§

impl RpcMessage for CStreamingSessionStats

source§

impl RpcMessage for CSystemSuspendMsg

source§

impl RpcMessage for CToggleMagnificationMsg

source§

impl RpcMessage for CTouchActionSetActiveMsg

source§

impl RpcMessage for CTouchActionSetLayerAddedMsg

source§

impl RpcMessage for CTouchActionSetLayerRemovedMsg

source§

impl RpcMessage for CTouchConfigActiveMsg

source§

impl RpcMessage for CTransportSignalMsg

source§

impl RpcMessage for CVideoDecoderInfoMsg

source§

impl RpcMessage for CVideoEncoderInfoMsg

source§

impl RpcMessage for CVideoFormat

source§

impl RpcMessage for CVirtualHereReadyMsg

source§

impl RpcMessage for CVirtualHereRequestMsg

source§

impl RpcMessage for CVirtualHereShareDeviceMsg

source§

impl RpcMessage for CKeyEscrow_Request

source§

impl RpcMessage for CKeyEscrow_Response

source§

impl RpcMessage for CKeyEscrow_Ticket

source§

impl RpcMessage for CShader_GetBucketManifest_Request

source§

impl RpcMessage for CShader_GetBucketManifest_Response

source§

impl RpcMessage for CShader_GetStaleBucket_Request

source§

impl RpcMessage for CShader_GetStaleBucket_Response

source§

impl RpcMessage for CShader_RegisterShader_Request

source§

impl RpcMessage for CShader_RegisterShader_Response

source§

impl RpcMessage for CShader_ReportExternalBuild_Request

source§

impl RpcMessage for CShader_ReportExternalBuild_Response

source§

impl RpcMessage for CShader_SendShader_Request

source§

impl RpcMessage for CShader_SendShader_Response

source§

impl RpcMessage for CSiteLicense_ClientGetAvailableSeats_Request

source§

impl RpcMessage for CSiteLicense_ClientGetAvailableSeats_Response

source§

impl RpcMessage for CSiteLicense_ClientSeatCheckout_Notification

source§

impl RpcMessage for CSiteLicense_ClientSeatCheckout_Request

source§

impl RpcMessage for CSiteLicense_ClientSeatCheckout_Response

source§

impl RpcMessage for CSiteLicense_InitiateAssociation_Request

source§

impl RpcMessage for CSiteLicense_InitiateAssociation_Response

source§

impl RpcMessage for CSiteLicense_LCSAssociateUser_Request

source§

impl RpcMessage for CSiteLicense_LCSAssociateUser_Response

source§

impl RpcMessage for CSiteLicense_LCSAuthenticate_Request

source§

impl RpcMessage for CSiteLicense_LCSAuthenticate_Response

source§

impl RpcMessage for CSiteManagerClient_IncomingClient_Request

source§

impl RpcMessage for CSiteManagerClient_IncomingClient_Response

source§

impl RpcMessage for CSiteManagerClient_TrackedPayments_Notification

source§

impl RpcMessage for CMsgClientSiteInfo

source§

impl RpcMessage for CMsgClientSiteLicenseCheckout

source§

impl RpcMessage for CMsgClientSiteLicenseCheckoutResponse

source§

impl RpcMessage for CMsgClientSiteLicenseGetAvailableSeats

source§

impl RpcMessage for CMsgClientSiteLicenseGetAvailableSeatsResponse

source§

impl RpcMessage for CMsgClientSiteLicenseGetContentCacheInfo

source§

impl RpcMessage for CMsgClientSiteLicenseGetContentCacheInfoResponse

source§

impl RpcMessage for SiteServerUI_CancelLogin_Request

source§

impl RpcMessage for SiteServerUI_CancelLogin_Response

source§

impl RpcMessage for SiteServerUI_ClientStatus_Request

source§

impl RpcMessage for SiteServerUI_ClientStatus_Response

source§

impl RpcMessage for SiteServerUI_ContentCacheConfig_Request

source§

impl RpcMessage for SiteServerUI_ContentCacheConfig_Response

source§

impl RpcMessage for SiteServerUI_ContentCacheStatus_Request

source§

impl RpcMessage for SiteServerUI_ContentCacheStatus_Response

source§

impl RpcMessage for SiteServerUI_GetLanguage_Request

source§

impl RpcMessage for SiteServerUI_GetLanguage_Response

source§

impl RpcMessage for SiteServerUI_LoginStatus_Request

source§

impl RpcMessage for SiteServerUI_LoginStatus_Response

source§

impl RpcMessage for SiteServerUI_Login_Request

source§

impl RpcMessage for SiteServerUI_Login_Response

source§

impl RpcMessage for SiteServerUI_Logout_Request

source§

impl RpcMessage for SiteServerUI_Logout_Response

source§

impl RpcMessage for SiteServerUI_Quit_Request

source§

impl RpcMessage for SiteServerUI_Quit_Response

source§

impl RpcMessage for SiteServerUI_SetLanguage_Request

source§

impl RpcMessage for SiteServerUI_SetLanguage_Response

source§

impl RpcMessage for SiteServerUI_Status_Request

source§

impl RpcMessage for SiteServerUI_Status_Response

source§

impl RpcMessage for CSTAR_GlyphData

source§

impl RpcMessage for CSTAR_GlyphQueryParams

source§

impl RpcMessage for CSTAR_KeyValueQuery

source§

impl RpcMessage for CSTAR_ReadGlyphData_Request

source§

impl RpcMessage for CSTAR_ReadGlyphData_Response

source§

impl RpcMessage for CSTAR_Request

source§

impl RpcMessage for CSTAR_Response

source§

impl RpcMessage for CSTAR_WriteGlyphData_Request

source§

impl RpcMessage for CSTAR_WriteGlyphData_Response

source§

impl RpcMessage for CSteamTV_AddChatBan_Request

source§

impl RpcMessage for CSteamTV_AddChatBan_Response

source§

impl RpcMessage for CSteamTV_AddChatModerator_Request

source§

impl RpcMessage for CSteamTV_AddChatModerator_Response

source§

impl RpcMessage for CSteamTV_AddWordBan_Request

source§

impl RpcMessage for CSteamTV_AddWordBan_Response

source§

impl RpcMessage for CSteamTV_AppCheer_Request

source§

impl RpcMessage for CSteamTV_AppCheer_Response

source§

impl RpcMessage for CSteamTV_AppCheer_SingleCheerType

source§

impl RpcMessage for CSteamTV_BroadcastClipInfo

source§

impl RpcMessage for CSteamTV_ChatBan

source§

impl RpcMessage for CSteamTV_ChatModerator

source§

impl RpcMessage for CSteamTV_CreateBroadcastChannel_Request

source§

impl RpcMessage for CSteamTV_CreateBroadcastChannel_Response

source§

impl RpcMessage for CSteamTV_FollowBroadcastChannel_Request

source§

impl RpcMessage for CSteamTV_FollowBroadcastChannel_Response

source§

impl RpcMessage for CSteamTV_Game

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelBroadcasters_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelBroadcasters_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelClips_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelClips_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelID_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelID_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelImages_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelImages_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelInteraction_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelInteraction_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelProfile_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelProfile_Response

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelStatus_Request

source§

impl RpcMessage for CSteamTV_GetBroadcastChannelStatus_Response

source§

impl RpcMessage for CSteamTV_GetChannels_Request

source§

impl RpcMessage for CSteamTV_GetChannels_Response

source§

impl RpcMessage for CSteamTV_GetChatBans_Request

source§

impl RpcMessage for CSteamTV_GetChatBans_Response

source§

impl RpcMessage for CSteamTV_GetChatModerators_Request

source§

impl RpcMessage for CSteamTV_GetChatModerators_Response

source§

impl RpcMessage for CSteamTV_GetFollowedChannels_Request

source§

impl RpcMessage for CSteamTV_GetFollowedChannels_Response

source§

impl RpcMessage for CSteamTV_GetGames_Request

source§

impl RpcMessage for CSteamTV_GetGames_Response

source§

impl RpcMessage for CSteamTV_GetHomePageContents_Request

source§

impl RpcMessage for CSteamTV_GetHomePageContents_Response

source§

impl RpcMessage for CSteamTV_GetMyBroadcastChannels_Request

source§

impl RpcMessage for CSteamTV_GetMyBroadcastChannels_Response

source§

impl RpcMessage for CSteamTV_GetSteamTVUserSettings_Request

source§

impl RpcMessage for CSteamTV_GetSteamTVUserSettings_Response

source§

impl RpcMessage for CSteamTV_GetSubscribedChannels_Request

source§

impl RpcMessage for CSteamTV_GetSubscribedChannels_Response

source§

impl RpcMessage for CSteamTV_GetWordBans_Request

source§

impl RpcMessage for CSteamTV_GetWordBans_Response

source§

impl RpcMessage for CSteamTV_HomePageContentRow

source§

impl RpcMessage for CSteamTV_HomePageTemplate_ConveyorBelt

source§

impl RpcMessage for CSteamTV_HomePageTemplate_Developer

source§

impl RpcMessage for CSteamTV_HomePageTemplate_Event

source§

impl RpcMessage for CSteamTV_HomePageTemplate_GameList

source§

impl RpcMessage for CSteamTV_HomePageTemplate_QuickExplore

source§

impl RpcMessage for CSteamTV_HomePageTemplate_SingleGame

source§

impl RpcMessage for CSteamTV_HomePageTemplate_Takeover

source§

impl RpcMessage for CSteamTV_HomePageTemplate_WatchParty

source§

impl RpcMessage for CSteamTV_JoinChat_Request

source§

impl RpcMessage for CSteamTV_JoinChat_Response

source§

impl RpcMessage for CSteamTV_ReportBroadcastChannel_Request

source§

impl RpcMessage for CSteamTV_ReportBroadcastChannel_Response

source§

impl RpcMessage for CSteamTV_Search_Request

source§

impl RpcMessage for CSteamTV_Search_Response

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelImage_Request

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelImage_Response

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelLinkRegions_Request

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelLinkRegions_Response

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelProfile_Request

source§

impl RpcMessage for CSteamTV_SetBroadcastChannelProfile_Response

source§

impl RpcMessage for CSteamTV_SetSteamTVUserSettings_Request

source§

impl RpcMessage for CSteamTV_SetSteamTVUserSettings_Response

source§

impl RpcMessage for CSteamTV_SubscribeBroadcastChannel_Request

source§

impl RpcMessage for CSteamTV_SubscribeBroadcastChannel_Response

source§

impl RpcMessage for GameListEntry

source§

impl RpcMessage for GetBroadcastChannelEntry

source§

impl RpcMessage for CSteamDeckCompatibility_SetFeedback_Request

source§

impl RpcMessage for CSteamDeckCompatibility_SetFeedback_Response

source§

impl RpcMessage for CSteamDeckCompatibility_ShouldPrompt_Request

source§

impl RpcMessage for CSteamDeckCompatibility_ShouldPrompt_Response

source§

impl RpcMessage for CStoreDiscoveryQueueSettings

source§

impl RpcMessage for CStore_GetDiscoveryQueueSettings_Request

source§

impl RpcMessage for CStore_GetDiscoveryQueueSettings_Response

source§

impl RpcMessage for CStore_GetDiscoveryQueueSkippedApps_Request

source§

impl RpcMessage for CStore_GetDiscoveryQueueSkippedApps_Response

source§

impl RpcMessage for CStore_GetDiscoveryQueue_Request

source§

impl RpcMessage for CStore_GetDiscoveryQueue_Response

source§

impl RpcMessage for CStore_GetLocalizedNameForTags_Request

source§

impl RpcMessage for CStore_GetLocalizedNameForTags_Response

source§

impl RpcMessage for CStore_GetMostPopularTags_Request

source§

impl RpcMessage for CStore_GetMostPopularTags_Response

source§

impl RpcMessage for CStore_GetStorePreferences_Request

source§

impl RpcMessage for CStore_GetStorePreferences_Response

source§

impl RpcMessage for CStore_GetTagList_Request

source§

impl RpcMessage for CStore_GetTagList_Response

source§

impl RpcMessage for CStore_GetTrendingAppsAmongFriends_Request

source§

impl RpcMessage for CStore_GetTrendingAppsAmongFriends_Response

source§

impl RpcMessage for CStore_GetUserGameInterestState_Request

source§

impl RpcMessage for CStore_GetUserGameInterestState_Response

source§

impl RpcMessage for CStore_PurchaseReceiptInfo

source§

impl RpcMessage for CStore_RegisterCDKey_Request

source§

impl RpcMessage for CStore_RegisterCDKey_Response

source§

impl RpcMessage for CStore_SkipDiscoveryQueueItem_Request

source§

impl RpcMessage for CStore_SkipDiscoveryQueueItem_Response

source§

impl RpcMessage for CStore_StorePreferencesChanged_Notification

source§

impl RpcMessage for CStore_UserPreferences

source§

impl RpcMessage for CStore_UserTagPreferences

source§

impl RpcMessage for CStoreBrowse_GetDLCForAppsSolr_Request

source§

impl RpcMessage for CStoreBrowse_GetDLCForAppsSolr_Response

source§

impl RpcMessage for CStoreBrowse_GetDLCForApps_Request

source§

impl RpcMessage for CStoreBrowse_GetDLCForApps_Response

source§

impl RpcMessage for CStoreBrowse_GetItems_Request

source§

impl RpcMessage for CStoreBrowse_GetItems_Response

source§

impl RpcMessage for CStoreBrowse_GetStoreCategories_Request

source§

impl RpcMessage for CStoreBrowse_GetStoreCategories_Response

source§

impl RpcMessage for StoreBrowseContext

source§

impl RpcMessage for StoreBrowseItemDataRequest

source§

impl RpcMessage for StoreGameRating

source§

impl RpcMessage for StoreItem

source§

impl RpcMessage for StoreItemID

source§

impl RpcMessage for CTimedTrial_GetTimeRemaining_Request

source§

impl RpcMessage for CTimedTrial_GetTimeRemaining_Response

source§

impl RpcMessage for CTimedTrial_RecordPlaytime_Request

source§

impl RpcMessage for CTimedTrial_RecordPlaytime_Response

source§

impl RpcMessage for CTimedTrial_ResetPlaytime_Request

source§

impl RpcMessage for CTimedTrial_ResetPlaytime_Response

source§

impl RpcMessage for CRemoveAuthenticatorViaChallengeContinue_Replacement_Token

source§

impl RpcMessage for CTwoFactor_AddAuthenticator_Request

source§

impl RpcMessage for CTwoFactor_AddAuthenticator_Response

source§

impl RpcMessage for CTwoFactor_FinalizeAddAuthenticator_Request

source§

impl RpcMessage for CTwoFactor_FinalizeAddAuthenticator_Response

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticator_Request

source§

impl RpcMessage for CTwoFactor_RemoveAuthenticator_Response

source§

impl RpcMessage for CTwoFactor_SendEmail_Request

source§

impl RpcMessage for CTwoFactor_SendEmail_Response

source§

impl RpcMessage for CTwoFactor_Status_Request

source§

impl RpcMessage for CTwoFactor_Status_Response

source§

impl RpcMessage for CTwoFactor_Time_Request

source§

impl RpcMessage for CTwoFactor_Time_Response

source§

impl RpcMessage for CTwoFactor_UpdateTokenVersion_Request

source§

impl RpcMessage for CTwoFactor_UpdateTokenVersion_Response

source§

impl RpcMessage for NoResponse

source§

impl RpcMessage for CMsgTest_CallClient_Response

source§

impl RpcMessage for CMsgTest_MessageToClient_Request

source§

impl RpcMessage for CMsgTest_MessageToClient_Response

source§

impl RpcMessage for CMsgTest_MessageToServer_Request

source§

impl RpcMessage for CMsgTest_MessageToServer_Response

source§

impl RpcMessage for CMsgTest_NoBody_Request

source§

impl RpcMessage for CMsgTest_NotifyClient_Notification

source§

impl RpcMessage for CMsgTest_NotifyServer_Notification

source§

impl RpcMessage for CAccountLinking_GetLinkedAccountInfo_Request

source§

impl RpcMessage for CAccountLinking_GetLinkedAccountInfo_Response

source§

impl RpcMessage for CEmbeddedClient_AuthorizeCurrentDevice_Request

source§

impl RpcMessage for CEmbeddedClient_AuthorizeDevice_Response

source§

impl RpcMessage for CEmbeddedClient_Token

source§

impl RpcMessage for CUserAccount_CancelLicenseForApp_Request

source§

impl RpcMessage for CUserAccount_CancelLicenseForApp_Response

source§

impl RpcMessage for CUserAccount_CreateFriendInviteToken_Request

source§

impl RpcMessage for CUserAccount_CreateFriendInviteToken_Response

source§

impl RpcMessage for CUserAccount_GetAccountLinkStatus_Request

source§

impl RpcMessage for CUserAccount_GetAccountLinkStatus_Response

source§

impl RpcMessage for CUserAccount_GetAvailableValveDiscountPromotions_Request

source§

impl RpcMessage for CUserAccount_GetAvailableValveDiscountPromotions_Response

source§

impl RpcMessage for CUserAccount_GetClientWalletDetails_Request

source§

impl RpcMessage for CUserAccount_GetFriendInviteTokens_Request

source§

impl RpcMessage for CUserAccount_GetFriendInviteTokens_Response

source§

impl RpcMessage for CUserAccount_GetUserCountry_Request

source§

impl RpcMessage for CUserAccount_GetUserCountry_Response

source§

impl RpcMessage for CUserAccount_GetWalletDetails_Response

source§

impl RpcMessage for CUserAccount_RedeemFriendInviteToken_Request

source§

impl RpcMessage for CUserAccount_RedeemFriendInviteToken_Response

source§

impl RpcMessage for CUserAccount_RegisterCompatTool_Request

source§

impl RpcMessage for CUserAccount_RegisterCompatTool_Response

source§

impl RpcMessage for CUserAccount_RevokeFriendInviteToken_Request

source§

impl RpcMessage for CUserAccount_RevokeFriendInviteToken_Response

source§

impl RpcMessage for CUserAccount_ViewFriendInviteToken_Request

source§

impl RpcMessage for CUserAccount_ViewFriendInviteToken_Response

source§

impl RpcMessage for CFileVerification_SignatureCheck_Request

source§

impl RpcMessage for CFileVerification_SignatureCheck_Response

source§

impl RpcMessage for CFileVerification_SteamServiceCheck_Request

source§

impl RpcMessage for CFileVerification_SteamServiceCheck_Response

source§

impl RpcMessage for CFovasVideo_ClientGetOPFSettings_Request

source§

impl RpcMessage for CFovasVideo_ClientGetOPFSettings_Response

source§

impl RpcMessage for CVideo_BeginGameClipSegmentsUpload_Request

source§

impl RpcMessage for CVideo_BeginGameClipSegmentsUpload_Response

source§

impl RpcMessage for CVideo_ClientGetVideoURL_Request

source§

impl RpcMessage for CVideo_ClientGetVideoURL_Response

source§

impl RpcMessage for CVideo_CommitGameClipSegmentsUpload_Request

source§

impl RpcMessage for CVideo_CommitGameClipSegmentsUpload_Response

source§

impl RpcMessage for CVideo_CreateGameClip_Request

source§

impl RpcMessage for CVideo_CreateGameClip_Response

source§

impl RpcMessage for CVideo_GameClipComponent

source§

impl RpcMessage for CVideo_GameClipRepresentation

source§

impl RpcMessage for CVideo_GameClipSegmentInfo

source§

impl RpcMessage for CVideo_GameClipSegmentUploadInfo

source§

impl RpcMessage for CVideo_GetVideoBookmarks_Request

source§

impl RpcMessage for CVideo_GetVideoBookmarks_Response

source§

impl RpcMessage for CVideo_SetVideoBookmark_Notification

source§

impl RpcMessage for CVideo_UnlockedH264_Notification

source§

impl RpcMessage for VideoBookmark

source§

impl RpcMessage for CVirtualControllerColor

source§

impl RpcMessage for CVirtualControllerConfig

source§

impl RpcMessage for CVirtualControllerElement

source§

impl RpcMessage for CVirtualControllerGlobalConfig

source§

impl RpcMessage for CVirtualControllerLayout

source§

impl RpcMessage for CVirtualControllerLayoutPackage

source§

impl RpcMessage for CVirtualControllerLayouts

source§

impl RpcMessage for CWorkshop_GetEULAStatus_Request

source§

impl RpcMessage for CWorkshop_GetEULAStatus_Response

source§

impl RpcMessage for CMsgICECandidate

source§

impl RpcMessage for CMsgICERendezvous

source§

impl RpcMessage for CMsgSteamDatagramConnectionQuality

source§

impl RpcMessage for CMsgSteamDatagramDiagnostic

source§

impl RpcMessage for CMsgSteamDatagramLinkInstantaneousStats

source§

impl RpcMessage for CMsgSteamDatagramLinkLifetimeStats

source§

impl RpcMessage for CMsgSteamDatagramSessionCryptInfo

source§

impl RpcMessage for CMsgSteamDatagramSessionCryptInfoSigned

source§

impl RpcMessage for CMsgSteamNetworkingICESessionSummary

source§

impl RpcMessage for CMsgSteamNetworkingP2PRendezvous

source§

impl RpcMessage for CMsgSteamDatagramCertificate

source§

impl RpcMessage for CMsgSteamDatagramCertificateRequest

source§

impl RpcMessage for CMsgSteamDatagramCertificateSigned

source§

impl RpcMessage for CMsgSteamNetworkingIdentityLegacyBinary

source§

impl RpcMessage for CMsgSteamSockets_UDP_ChallengeReply

source§

impl RpcMessage for CMsgSteamSockets_UDP_ChallengeRequest

source§

impl RpcMessage for CMsgSteamSockets_UDP_ConnectOK

source§

impl RpcMessage for CMsgSteamSockets_UDP_ConnectRequest

source§

impl RpcMessage for CMsgSteamSockets_UDP_ConnectionClosed

source§

impl RpcMessage for CMsgSteamSockets_UDP_NoConnection

source§

impl RpcMessage for CMsgSteamSockets_UDP_Stats

source§

impl RpcMessage for WebUINoResponse

source§

impl RpcMessage for CGameNotes_UploadImage_Request

source§

impl RpcMessage for CGameNotes_UploadImage_Response

source§

impl RpcMessage for CTransportAuth_Authenticate_Request

source§

impl RpcMessage for CTransportAuth_Authenticate_Response

source§

impl RpcMessage for CTransportValidationClient_AddNumbers_Request

source§

impl RpcMessage for CTransportValidationClient_AddNumbers_Response

source§

impl RpcMessage for CTransportValidation_AddNumbers_Request

source§

impl RpcMessage for CTransportValidation_AddNumbers_Response

source§

impl RpcMessage for CTransportValidation_AppendToString_Request

source§

impl RpcMessage for CTransportValidation_AppendToString_Response

source§

impl RpcMessage for CTransportValidation_CountOrderedBytes_Request

source§

impl RpcMessage for CTransportValidation_CountOrderedBytes_Response

source§

impl RpcMessage for CTransportValidation_DataRequest_Request

source§

impl RpcMessage for CTransportValidation_DataRequest_Response

source§

impl RpcMessage for CTransportValidation_GetLastNotifyNumber_Request

source§

impl RpcMessage for CTransportValidation_GetLastNotifyNumber_Response

source§

impl RpcMessage for CTransportValidation_NotifyNumber_Notification

source§

impl RpcMessage for CTransportValidation_NotifySyntheticEvent_Notification

source§

impl RpcMessage for CTransportValidation_NotifyText_Notification

source§

impl RpcMessage for CTransportValidation_TriggerDataRequest_Request

source§

impl RpcMessage for CTransportValidation_TriggerDataRequest_Response

source§

impl RpcMessage for CTransportValidation_TriggerSyntheticEvents_Request

source§

impl RpcMessage for CTransportValidation_TriggerSyntheticEvents_Response

source§

impl RpcMessage for CSystemManager_Hibernate_Request

source§

impl RpcMessage for CSystemManager_Hibernate_Response