Expand description
Required features: "Win32_System_Com"
Fields
pIID: *const GUID
pItf: IUnknown
hr: HRESULT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MULTI_QI
impl !Send for MULTI_QI
impl !Sync for MULTI_QI
impl Unpin for MULTI_QI
impl UnwindSafe for MULTI_QI
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