Struct vc6_sys::RPC_DISPATCH_TABLE
source · #[repr(C)]pub struct RPC_DISPATCH_TABLE {
pub DispatchTableCount: c_uint,
pub DispatchTable: *mut RPC_DISPATCH_FUNCTION,
pub Reserved: c_int,
}
Fields§
§DispatchTableCount: c_uint
§DispatchTable: *mut RPC_DISPATCH_FUNCTION
§Reserved: c_int
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
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§
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