Struct windows_sys::Win32::System::Rpc::I_RpcProxyCallbackInterface
[−]#[repr(C)]pub struct I_RpcProxyCallbackInterface {
pub IsValidMachineFn: I_RpcProxyIsValidMachineFn,
pub GetClientAddressFn: I_RpcProxyGetClientAddressFn,
pub GetConnectionTimeoutFn: I_RpcProxyGetConnectionTimeoutFn,
pub PerformCalloutFn: I_RpcPerformCalloutFn,
pub FreeCalloutStateFn: I_RpcFreeCalloutStateFn,
pub GetClientSessionAndResourceUUIDFn: I_RpcProxyGetClientSessionAndResourceUUID,
pub ProxyFilterIfFn: I_RpcProxyFilterIfFn,
pub RpcProxyUpdatePerfCounterFn: I_RpcProxyUpdatePerfCounterFn,
pub RpcProxyUpdatePerfCounterBackendServerFn: I_RpcProxyUpdatePerfCounterBackendServerFn,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
IsValidMachineFn: I_RpcProxyIsValidMachineFn
GetClientAddressFn: I_RpcProxyGetClientAddressFn
GetConnectionTimeoutFn: I_RpcProxyGetConnectionTimeoutFn
PerformCalloutFn: I_RpcPerformCalloutFn
FreeCalloutStateFn: I_RpcFreeCalloutStateFn
GetClientSessionAndResourceUUIDFn: I_RpcProxyGetClientSessionAndResourceUUID
ProxyFilterIfFn: I_RpcProxyFilterIfFn
RpcProxyUpdatePerfCounterFn: I_RpcProxyUpdatePerfCounterFn
RpcProxyUpdatePerfCounterBackendServerFn: I_RpcProxyUpdatePerfCounterBackendServerFn
Trait Implementations
impl Clone for I_RpcProxyCallbackInterface
impl Clone for I_RpcProxyCallbackInterface
impl Copy for I_RpcProxyCallbackInterface
Auto Trait Implementations
impl RefUnwindSafe for I_RpcProxyCallbackInterface
impl Send for I_RpcProxyCallbackInterface
impl Sync for I_RpcProxyCallbackInterface
impl Unpin for I_RpcProxyCallbackInterface
impl UnwindSafe for I_RpcProxyCallbackInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more