Struct windows::Win32::System::Wmi::ISWbemLastError_Vtbl
#[repr(C)]pub struct ISWbemLastError_Vtbl {
pub base__: ISWbemObject_Vtbl,
}
Fields§
§base__: ISWbemObject_Vtbl
Implementations§
§impl ISWbemLastError_Vtbl
impl ISWbemLastError_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISWbemLastError_Vtblwhere
Identity: ISWbemLastError_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISWbemLastError_Vtbl
impl RefUnwindSafe for ISWbemLastError_Vtbl
impl Send for ISWbemLastError_Vtbl
impl Sync for ISWbemLastError_Vtbl
impl Unpin for ISWbemLastError_Vtbl
impl UnwindSafe for ISWbemLastError_Vtbl
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