#[repr(C)]pub struct _MIDL_SERVER_INFO_ {
pub pStubDesc: PMIDL_STUB_DESC,
pub DispatchTable: *const SERVER_ROUTINE,
pub ProcString: PFORMAT_STRING,
pub FmtStringOffset: *const c_ushort,
pub ThunkTable: *const STUB_THUNK,
pub pTransferSyntax: PRPC_SYNTAX_IDENTIFIER,
pub nCount: ULONG_PTR,
pub pSyntaxInfo: PMIDL_SYNTAX_INFO,
}Fields§
§pStubDesc: PMIDL_STUB_DESC§DispatchTable: *const SERVER_ROUTINE§ProcString: PFORMAT_STRING§FmtStringOffset: *const c_ushort§ThunkTable: *const STUB_THUNK§pTransferSyntax: PRPC_SYNTAX_IDENTIFIER§nCount: ULONG_PTR§pSyntaxInfo: PMIDL_SYNTAX_INFOTrait Implementations§
Source§impl Clone for _MIDL_SERVER_INFO_
impl Clone for _MIDL_SERVER_INFO_
Source§fn clone(&self) -> _MIDL_SERVER_INFO_
fn clone(&self) -> _MIDL_SERVER_INFO_
Returns a duplicate 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 _MIDL_SERVER_INFO_
impl Debug for _MIDL_SERVER_INFO_
impl Copy 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