#[repr(C)]pub struct IWbemAddressResolution {
pub lpVtbl: *const IWbemAddressResolutionVtbl,
}
Fields§
§lpVtbl: *const IWbemAddressResolutionVtbl
Implementations§
Trait Implementations§
Source§impl Deref for IWbemAddressResolution
impl Deref for IWbemAddressResolution
Auto Trait Implementations§
impl Freeze for IWbemAddressResolution
impl RefUnwindSafe for IWbemAddressResolution
impl !Send for IWbemAddressResolution
impl !Sync for IWbemAddressResolution
impl Unpin for IWbemAddressResolution
impl UnwindSafe for IWbemAddressResolution
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