#[repr(C)]pub struct IErrorReportingSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetErrorOptions: unsafe extern "system" fn(_: *mut c_void, _: ErrorOptions) -> HRESULT,
pub GetErrorOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut ErrorOptions) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetErrorOptions: unsafe extern "system" fn(_: *mut c_void, _: ErrorOptions) -> HRESULT
§GetErrorOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut ErrorOptions) -> HRESULT
Implementations§
§impl IErrorReportingSettings_Vtbl
impl IErrorReportingSettings_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IErrorReportingSettings_Vtblwhere
Identity: IErrorReportingSettings_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IErrorReportingSettings_Vtbl
impl RefUnwindSafe for IErrorReportingSettings_Vtbl
impl Send for IErrorReportingSettings_Vtbl
impl Sync for IErrorReportingSettings_Vtbl
impl Unpin for IErrorReportingSettings_Vtbl
impl UnwindSafe for IErrorReportingSettings_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