Struct IApplicationViewTitleBar_Vtbl
#[repr(C)]pub struct IApplicationViewTitleBar_Vtbl {Show 25 fields
pub base__: IInspectable_Vtbl,
pub SetForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonHoverForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonHoverForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonHoverBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonHoverBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonPressedForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonPressedForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonPressedBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonPressedBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetButtonInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ButtonInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonHoverForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonHoverForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonHoverBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonHoverBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonPressedForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonPressedForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonPressedBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonPressedBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonInactiveForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetButtonInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ButtonInactiveBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IApplicationViewTitleBar_Vtbl
impl RefUnwindSafe for IApplicationViewTitleBar_Vtbl
impl Send for IApplicationViewTitleBar_Vtbl
impl Sync for IApplicationViewTitleBar_Vtbl
impl Unpin for IApplicationViewTitleBar_Vtbl
impl UnwindSafe for IApplicationViewTitleBar_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