#[repr(C)]pub struct IWbemAddressResolutionVtbl {
pub parent: IUnknownVtbl,
pub Resolve: unsafe extern "system" fn(This: *mut IWbemAddressResolution, wszNamespacePath: LPWSTR, wszAddressType: LPWSTR, pdwAddressLength: *mut DWORD, pabBinaryAddress: *mut *mut BYTE) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§Resolve: unsafe extern "system" fn(This: *mut IWbemAddressResolution, wszNamespacePath: LPWSTR, wszAddressType: LPWSTR, pdwAddressLength: *mut DWORD, pabBinaryAddress: *mut *mut BYTE) -> HRESULTAuto Trait Implementations§
impl Freeze for IWbemAddressResolutionVtbl
impl RefUnwindSafe for IWbemAddressResolutionVtbl
impl Send for IWbemAddressResolutionVtbl
impl Sync for IWbemAddressResolutionVtbl
impl Unpin for IWbemAddressResolutionVtbl
impl UnwindSafe for IWbemAddressResolutionVtbl
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