Struct windows_sys::Win32::System::Rpc::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,
}
Expand description
Required features: "Win32_System_Rpc"
, "Win32_System_Com"
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_INFO
Trait Implementations
impl Clone for MIDL_SERVER_INFO
impl Clone for MIDL_SERVER_INFO
impl Copy for MIDL_SERVER_INFO
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more