Struct windows::Win32::System::RemoteDesktop::ITSGAccountingEngine_Vtbl
#[repr(C)]pub struct ITSGAccountingEngine_Vtbl {
pub base__: IUnknown_Vtbl,
pub DoAccounting: unsafe extern "system" fn(_: *mut c_void, _: AAAccountingDataType, _: AAAccountingData) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§DoAccounting: unsafe extern "system" fn(_: *mut c_void, _: AAAccountingDataType, _: AAAccountingData) -> HRESULT
Implementations§
§impl ITSGAccountingEngine_Vtbl
impl ITSGAccountingEngine_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITSGAccountingEngine_Vtblwhere
Identity: ITSGAccountingEngine_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITSGAccountingEngine_Vtbl
impl RefUnwindSafe for ITSGAccountingEngine_Vtbl
impl Send for ITSGAccountingEngine_Vtbl
impl Sync for ITSGAccountingEngine_Vtbl
impl Unpin for ITSGAccountingEngine_Vtbl
impl UnwindSafe for ITSGAccountingEngine_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