Struct windows::Foundation::Diagnostics::IFileLoggingSession_Vtbl
#[repr(C)]pub struct IFileLoggingSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub AddLoggingChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddLoggingChannelWithLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: LoggingLevel) -> HRESULT,
pub RemoveLoggingChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CloseAndSaveToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveLogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§AddLoggingChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddLoggingChannelWithLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: LoggingLevel) -> HRESULT
§RemoveLoggingChannel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CloseAndSaveToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveLogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Implementations§
§impl IFileLoggingSession_Vtbl
impl IFileLoggingSession_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFileLoggingSession_Vtblwhere
Identity: IFileLoggingSession_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFileLoggingSession_Vtbl
impl RefUnwindSafe for IFileLoggingSession_Vtbl
impl Send for IFileLoggingSession_Vtbl
impl Sync for IFileLoggingSession_Vtbl
impl Unpin for IFileLoggingSession_Vtbl
impl UnwindSafe for IFileLoggingSession_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