Struct MIDL_SERVER_INFO
#[repr(C)]pub struct MIDL_SERVER_INFO {
    pub pStubDesc: *mut MIDL_STUB_DESC,
    pub DispatchTable: *const SERVER_ROUTINE,
    pub ProcString: *mut u8,
    pub FmtStringOffset: *const u16,
    pub ThunkTable: *const STUB_THUNK,
    pub pTransferSyntax: *mut RPC_SYNTAX_IDENTIFIER,
    pub nCount: usize,
    pub pSyntaxInfo: *mut MIDL_SYNTAX_INFO,
}Fields§
§pStubDesc: *mut MIDL_STUB_DESC§DispatchTable: *const SERVER_ROUTINE§ProcString: *mut u8§FmtStringOffset: *const u16§ThunkTable: *const STUB_THUNK§pTransferSyntax: *mut RPC_SYNTAX_IDENTIFIER§nCount: usize§pSyntaxInfo: *mut MIDL_SYNTAX_INFOTrait Implementations§
§impl Clone for MIDL_SERVER_INFO
 
impl Clone for MIDL_SERVER_INFO
§fn clone(&self) -> MIDL_SERVER_INFO
 
fn clone(&self) -> MIDL_SERVER_INFO
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 more§impl Debug for MIDL_SERVER_INFO
 
impl Debug for MIDL_SERVER_INFO
§impl Default for MIDL_SERVER_INFO
 
impl Default for MIDL_SERVER_INFO
§impl PartialEq for MIDL_SERVER_INFO
 
impl PartialEq for MIDL_SERVER_INFO
impl Copy for MIDL_SERVER_INFO
impl StructuralPartialEq for MIDL_SERVER_INFO
Auto Trait Implementations§
impl Freeze for MIDL_SERVER_INFO
impl RefUnwindSafe for MIDL_SERVER_INFO
impl !Send for MIDL_SERVER_INFO
impl !Sync for MIDL_SERVER_INFO
impl Unpin for MIDL_SERVER_INFO
impl UnwindSafe for MIDL_SERVER_INFO
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