#[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 EventRegistrationToken) -> HRESULT,
pub RemoveLayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT,
pub RemoveIsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT
§RemoveLayoutMetricsChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveIsVisibleChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto 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