Struct IWiaLogEx_Vtbl
#[repr(C)]pub struct IWiaLogEx_Vtbl {
pub base__: IUnknown_Vtbl,
pub InitializeLogEx: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT,
pub hResult: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub Log: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: *mut c_void) -> HRESULT,
pub hResultEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: HRESULT) -> HRESULT,
pub LogEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§InitializeLogEx: unsafe extern "system" fn(_: *mut c_void, _: *const u8) -> HRESULT
§hResult: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§Log: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: *mut c_void) -> HRESULT
§hResultEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: HRESULT) -> HRESULT
§LogEx: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: i32, _: i32, _: *mut c_void) -> HRESULT
Implementations§
§impl IWiaLogEx_Vtbl
impl IWiaLogEx_Vtbl
pub const fn new<Identity: IWiaLogEx_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaLogEx_Vtbl
impl RefUnwindSafe for IWiaLogEx_Vtbl
impl Send for IWiaLogEx_Vtbl
impl Sync for IWiaLogEx_Vtbl
impl Unpin for IWiaLogEx_Vtbl
impl UnwindSafe for IWiaLogEx_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