Struct windows_sys::Win32::System::Rpc::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,
}
Expand description
Required features: "Win32_System_Com"
Fields§
§pStubDesc: *mut MIDL_STUB_DESC
§ProcFormatString: *mut u8
§FormatStringOffset: *const u16
§pTransferSyntax: *mut RPC_SYNTAX_IDENTIFIER
§nCount: usize
§pSyntaxInfo: *mut MIDL_SYNTAX_INFO
Trait Implementations§
§impl Clone for MIDL_STUBLESS_PROXY_INFO
impl Clone for MIDL_STUBLESS_PROXY_INFO
impl Copy for MIDL_STUBLESS_PROXY_INFO
Auto Trait Implementations§
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