Struct windows::Foundation::Diagnostics::ILoggingSession_Vtbl
#[repr(C)]pub struct ILoggingSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SaveToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> 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,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SaveToFileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> 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
Implementations§
§impl ILoggingSession_Vtbl
impl ILoggingSession_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILoggingSession_Vtblwhere
Identity: ILoggingSession_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILoggingSession_Vtbl
impl RefUnwindSafe for ILoggingSession_Vtbl
impl Send for ILoggingSession_Vtbl
impl Sync for ILoggingSession_Vtbl
impl Unpin for ILoggingSession_Vtbl
impl UnwindSafe for ILoggingSession_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