#[repr(C)]pub struct tagI_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,
}
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§
Source§impl Clone for tagI_RpcProxyCallbackInterface
impl Clone for tagI_RpcProxyCallbackInterface
Source§fn clone(&self) -> tagI_RpcProxyCallbackInterface
fn clone(&self) -> tagI_RpcProxyCallbackInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for tagI_RpcProxyCallbackInterface
impl Ord for tagI_RpcProxyCallbackInterface
Source§fn cmp(&self, other: &tagI_RpcProxyCallbackInterface) -> Ordering
fn cmp(&self, other: &tagI_RpcProxyCallbackInterface) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagI_RpcProxyCallbackInterface
impl PartialEq for tagI_RpcProxyCallbackInterface
Source§fn eq(&self, other: &tagI_RpcProxyCallbackInterface) -> bool
fn eq(&self, other: &tagI_RpcProxyCallbackInterface) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for tagI_RpcProxyCallbackInterface
impl PartialOrd for tagI_RpcProxyCallbackInterface
impl Copy for tagI_RpcProxyCallbackInterface
impl Eq for tagI_RpcProxyCallbackInterface
impl StructuralPartialEq for tagI_RpcProxyCallbackInterface
Auto Trait Implementations§
impl Freeze for tagI_RpcProxyCallbackInterface
impl RefUnwindSafe for tagI_RpcProxyCallbackInterface
impl Send for tagI_RpcProxyCallbackInterface
impl Sync for tagI_RpcProxyCallbackInterface
impl Unpin for tagI_RpcProxyCallbackInterface
impl UnwindSafe for tagI_RpcProxyCallbackInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more