#[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_INFO
Trait 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 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 _MIDL_SERVER_INFO_
impl Debug for _MIDL_SERVER_INFO_
Source§impl Ord for _MIDL_SERVER_INFO_
impl Ord for _MIDL_SERVER_INFO_
Source§fn cmp(&self, other: &_MIDL_SERVER_INFO_) -> Ordering
fn cmp(&self, other: &_MIDL_SERVER_INFO_) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _MIDL_SERVER_INFO_
impl PartialEq for _MIDL_SERVER_INFO_
Source§impl PartialOrd for _MIDL_SERVER_INFO_
impl PartialOrd for _MIDL_SERVER_INFO_
impl Copy for _MIDL_SERVER_INFO_
impl Eq 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