Struct windows_sys::Win32::System::Rpc::RPC_DISPATCH_TABLE
[−]#[repr(C)]pub struct RPC_DISPATCH_TABLE {
pub DispatchTableCount: u32,
pub DispatchTable: RPC_DISPATCH_FUNCTION,
pub Reserved: isize,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
DispatchTableCount: u32
DispatchTable: RPC_DISPATCH_FUNCTION
Reserved: isize
Trait Implementations
impl Clone for RPC_DISPATCH_TABLE
impl Clone for RPC_DISPATCH_TABLE
impl Copy for RPC_DISPATCH_TABLE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more