Struct IAccessibilitySettings_Vtbl
#[repr(C)]pub struct IAccessibilitySettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub HighContrast: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub HighContrastScheme: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HighContrastChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveHighContrastChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§HighContrast: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§HighContrastScheme: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HighContrastChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveHighContrastChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAccessibilitySettings_Vtbl
impl RefUnwindSafe for IAccessibilitySettings_Vtbl
impl Send for IAccessibilitySettings_Vtbl
impl Sync for IAccessibilitySettings_Vtbl
impl Unpin for IAccessibilitySettings_Vtbl
impl UnwindSafe for IAccessibilitySettings_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