Struct IWindowActivatedEventArgs_Vtbl
#[repr(C)]pub struct IWindowActivatedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub WindowActivationState: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreWindowActivationState) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§WindowActivationState: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreWindowActivationState) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWindowActivatedEventArgs_Vtbl
impl RefUnwindSafe for IWindowActivatedEventArgs_Vtbl
impl Send for IWindowActivatedEventArgs_Vtbl
impl Sync for IWindowActivatedEventArgs_Vtbl
impl Unpin for IWindowActivatedEventArgs_Vtbl
impl UnwindSafe for IWindowActivatedEventArgs_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