Struct windows::Foundation::Diagnostics::ILoggingTarget_Vtbl
#[repr(C)]pub struct ILoggingTarget_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsEnabledWithLevel: unsafe extern "system" fn(_: *mut c_void, _: LoggingLevel, _: *mut bool) -> HRESULT,
pub IsEnabledWithLevelAndKeywords: unsafe extern "system" fn(_: *mut c_void, _: LoggingLevel, _: i64, _: *mut bool) -> HRESULT,
pub LogEvent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub LogEventWithFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void) -> HRESULT,
pub LogEventWithFieldsAndLevel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel) -> HRESULT,
pub LogEventWithFieldsAndOptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut c_void) -> HRESULT,
pub StartActivity: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub StartActivityWithFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartActivityWithFieldsAndLevel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut *mut c_void) -> HRESULT,
pub StartActivityWithFieldsAndOptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsEnabledWithLevel: unsafe extern "system" fn(_: *mut c_void, _: LoggingLevel, _: *mut bool) -> HRESULT
§IsEnabledWithLevelAndKeywords: unsafe extern "system" fn(_: *mut c_void, _: LoggingLevel, _: i64, _: *mut bool) -> HRESULT
§LogEvent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§LogEventWithFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void) -> HRESULT
§LogEventWithFieldsAndLevel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel) -> HRESULT
§LogEventWithFieldsAndOptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut c_void) -> HRESULT
§StartActivity: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§StartActivityWithFields: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StartActivityWithFieldsAndLevel: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut *mut c_void) -> HRESULT
§StartActivityWithFieldsAndOptions: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: LoggingLevel, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ILoggingTarget_Vtbl
impl ILoggingTarget_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ILoggingTarget_Vtblwhere
Identity: ILoggingTarget_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ILoggingTarget_Vtbl
impl RefUnwindSafe for ILoggingTarget_Vtbl
impl Send for ILoggingTarget_Vtbl
impl Sync for ILoggingTarget_Vtbl
impl Unpin for ILoggingTarget_Vtbl
impl UnwindSafe for ILoggingTarget_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