Struct windows_sys::Win32::System::Com::INTERFACEINFO
[−]Expand description
Required features: "Win32_System_Com"
Fields
pUnk: IUnknown
iid: GUID
wMethod: u16
Trait Implementations
impl Clone for INTERFACEINFO
impl Clone for INTERFACEINFO
impl Copy for INTERFACEINFO
Auto Trait Implementations
impl RefUnwindSafe for INTERFACEINFO
impl !Send for INTERFACEINFO
impl !Sync for INTERFACEINFO
impl Unpin for INTERFACEINFO
impl UnwindSafe for INTERFACEINFO
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