#[repr(C)]pub struct IFsrmActionEventLog_Vtbl {
pub base__: IFsrmAction_Vtbl,
pub EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmEventType) -> HRESULT,
pub SetEventType: unsafe extern "system" fn(_: *mut c_void, _: FsrmEventType) -> HRESULT,
pub MessageText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetMessageText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IFsrmAction_Vtbl
§EventType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmEventType) -> HRESULT
§SetEventType: unsafe extern "system" fn(_: *mut c_void, _: FsrmEventType) -> HRESULT
§MessageText: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetMessageText: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFsrmActionEventLog_Vtbl
impl IFsrmActionEventLog_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmActionEventLog_Vtblwhere
Identity: IFsrmActionEventLog_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmActionEventLog_Vtbl
impl RefUnwindSafe for IFsrmActionEventLog_Vtbl
impl Send for IFsrmActionEventLog_Vtbl
impl Sync for IFsrmActionEventLog_Vtbl
impl Unpin for IFsrmActionEventLog_Vtbl
impl UnwindSafe for IFsrmActionEventLog_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