Struct ICoreApplicationViewTitleBar_Vtbl
#[repr(C)]pub struct ICoreApplicationViewTitleBar_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetExtendViewIntoTitleBar: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ExtendViewIntoTitleBar: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SystemOverlayLeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SystemOverlayRightInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub LayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveLayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveIsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetExtendViewIntoTitleBar: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ExtendViewIntoTitleBar: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SystemOverlayLeftInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SystemOverlayRightInset: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§LayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveLayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveIsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreApplicationViewTitleBar_Vtbl
impl RefUnwindSafe for ICoreApplicationViewTitleBar_Vtbl
impl Send for ICoreApplicationViewTitleBar_Vtbl
impl Sync for ICoreApplicationViewTitleBar_Vtbl
impl Unpin for ICoreApplicationViewTitleBar_Vtbl
impl UnwindSafe for ICoreApplicationViewTitleBar_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