Struct windows::Win32::UI::Accessibility::IWindowProvider_Vtbl
#[repr(C)]pub struct IWindowProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetVisualState: unsafe extern "system" fn(_: *mut c_void, _: WindowVisualState) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub WaitForInputIdle: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut BOOL) -> HRESULT,
pub CanMaximize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CanMinimize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsModal: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub WindowVisualState: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowVisualState) -> HRESULT,
pub WindowInteractionState: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowInteractionState) -> HRESULT,
pub IsTopmost: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetVisualState: unsafe extern "system" fn(_: *mut c_void, _: WindowVisualState) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§WaitForInputIdle: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut BOOL) -> HRESULT
§CanMaximize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§CanMinimize: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsModal: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§WindowVisualState: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowVisualState) -> HRESULT
§WindowInteractionState: unsafe extern "system" fn(_: *mut c_void, _: *mut WindowInteractionState) -> HRESULT
§IsTopmost: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
Implementations§
§impl IWindowProvider_Vtbl
impl IWindowProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWindowProvider_Vtblwhere
Identity: IWindowProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWindowProvider_Vtbl
impl RefUnwindSafe for IWindowProvider_Vtbl
impl Send for IWindowProvider_Vtbl
impl Sync for IWindowProvider_Vtbl
impl Unpin for IWindowProvider_Vtbl
impl UnwindSafe for IWindowProvider_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