#[repr(C)]pub struct RPC_DISPATCH_TABLE {
pub DispatchTableCount: c_uint,
pub DispatchTable: *mut RPC_DISPATCH_FUNCTION,
pub Reserved: LONG_PTR,
}
Fields§
§DispatchTableCount: c_uint
§DispatchTable: *mut RPC_DISPATCH_FUNCTION
§Reserved: LONG_PTR
Trait Implementations§
Source§impl Clone for RPC_DISPATCH_TABLE
impl Clone for RPC_DISPATCH_TABLE
Source§fn clone(&self) -> RPC_DISPATCH_TABLE
fn clone(&self) -> RPC_DISPATCH_TABLE
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 Debug for RPC_DISPATCH_TABLE
impl Debug for RPC_DISPATCH_TABLE
Source§impl Ord for RPC_DISPATCH_TABLE
impl Ord for RPC_DISPATCH_TABLE
Source§fn cmp(&self, other: &RPC_DISPATCH_TABLE) -> Ordering
fn cmp(&self, other: &RPC_DISPATCH_TABLE) -> 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 RPC_DISPATCH_TABLE
impl PartialEq for RPC_DISPATCH_TABLE
Source§impl PartialOrd for RPC_DISPATCH_TABLE
impl PartialOrd for RPC_DISPATCH_TABLE
impl Copy for RPC_DISPATCH_TABLE
impl Eq for RPC_DISPATCH_TABLE
impl StructuralPartialEq for RPC_DISPATCH_TABLE
Auto Trait Implementations§
impl Freeze for RPC_DISPATCH_TABLE
impl RefUnwindSafe for RPC_DISPATCH_TABLE
impl !Send for RPC_DISPATCH_TABLE
impl !Sync for RPC_DISPATCH_TABLE
impl Unpin for RPC_DISPATCH_TABLE
impl UnwindSafe for RPC_DISPATCH_TABLE
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