Union windows_sys::Win32::System::Rpc::MIDL_STUB_DESC_0
[−]#[repr(C)]
pub union MIDL_STUB_DESC_0 {
pub pAutoHandle: *mut *mut c_void,
pub pPrimitiveHandle: *mut *mut c_void,
pub pGenericBindingInfo: *mut GENERIC_BINDING_INFO,
}
Expand description
Required features: "Win32_System_Rpc"
, "Win32_System_Com"
Fields
pAutoHandle: *mut *mut c_void
pPrimitiveHandle: *mut *mut c_void
pGenericBindingInfo: *mut GENERIC_BINDING_INFO
Trait Implementations
impl Clone for MIDL_STUB_DESC_0
impl Clone for MIDL_STUB_DESC_0
impl Copy for MIDL_STUB_DESC_0
Auto Trait Implementations
impl RefUnwindSafe for MIDL_STUB_DESC_0
impl !Send for MIDL_STUB_DESC_0
impl !Sync for MIDL_STUB_DESC_0
impl Unpin for MIDL_STUB_DESC_0
impl UnwindSafe for MIDL_STUB_DESC_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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