#[repr(C)]pub struct ISWbemMethodSetVtbl {
pub parent: IDispatchVtbl,
pub get__NewEnum: unsafe extern "system" fn(This: *mut ISWbemMethodSet, pUnk: *mut *mut IUnknown) -> HRESULT,
pub Item: unsafe extern "system" fn(This: *mut ISWbemMethodSet, strName: BSTR, iFlags: c_long, objWbemMethod: *mut *mut ISWbemMethod) -> HRESULT,
pub get_Count: unsafe extern "system" fn(This: *mut ISWbemMethodSet, iCount: *mut c_long) -> HRESULT,
}Fields§
§parent: IDispatchVtbl§get__NewEnum: unsafe extern "system" fn(This: *mut ISWbemMethodSet, pUnk: *mut *mut IUnknown) -> HRESULT§Item: unsafe extern "system" fn(This: *mut ISWbemMethodSet, strName: BSTR, iFlags: c_long, objWbemMethod: *mut *mut ISWbemMethod) -> HRESULT§get_Count: unsafe extern "system" fn(This: *mut ISWbemMethodSet, iCount: *mut c_long) -> HRESULTAuto Trait Implementations§
impl Freeze for ISWbemMethodSetVtbl
impl RefUnwindSafe for ISWbemMethodSetVtbl
impl Send for ISWbemMethodSetVtbl
impl Sync for ISWbemMethodSetVtbl
impl Unpin for ISWbemMethodSetVtbl
impl UnwindSafe for ISWbemMethodSetVtbl
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