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