Struct IFileLoggingSession_Vtbl
#[repr(C)]pub struct IFileLoggingSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *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,
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 i64) -> HRESULT,
pub RemoveLogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *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§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 i64) -> HRESULT§RemoveLogFileGenerated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTImplementations§
§impl IFileLoggingSession_Vtbl
impl IFileLoggingSession_Vtbl
pub const fn new<Identity: IFileLoggingSession_Impl, const OFFSET: isize>() -> Self
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