Struct IStatusBar_Vtbl
#[repr(C)]pub struct IStatusBar_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub ShowAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HideAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BackgroundOpacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub SetBackgroundOpacity: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetForegroundColor: 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 SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProgressIndicator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OccludedRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub Showing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveShowing: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Hiding: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveHiding: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ShowAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§HideAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§BackgroundOpacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§SetBackgroundOpacity: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§ForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetForegroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetBackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ProgressIndicator: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OccludedRect: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT§Showing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveShowing: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT§Hiding: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveHiding: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IStatusBar_Vtbl
impl RefUnwindSafe for IStatusBar_Vtbl
impl Send for IStatusBar_Vtbl
impl Sync for IStatusBar_Vtbl
impl Unpin for IStatusBar_Vtbl
impl UnwindSafe for IStatusBar_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