Struct IAccountingProviderConfig_Vtbl
#[repr(C)]pub struct IAccountingProviderConfig_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut usize) -> HRESULT,
pub Uninitialize: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
pub Configure: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HWND, _: u32, _: usize, _: usize) -> HRESULT,
pub Activate: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT,
pub Deactivate: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut usize) -> HRESULT
§Uninitialize: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
§Configure: unsafe extern "system" fn(_: *mut c_void, _: usize, _: HWND, _: u32, _: usize, _: usize) -> HRESULT
§Activate: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT
§Deactivate: unsafe extern "system" fn(_: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT
Implementations§
§impl IAccountingProviderConfig_Vtbl
impl IAccountingProviderConfig_Vtbl
pub const fn new<Identity: IAccountingProviderConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAccountingProviderConfig_Vtbl
impl RefUnwindSafe for IAccountingProviderConfig_Vtbl
impl Send for IAccountingProviderConfig_Vtbl
impl Sync for IAccountingProviderConfig_Vtbl
impl Unpin for IAccountingProviderConfig_Vtbl
impl UnwindSafe for IAccountingProviderConfig_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