Struct windows::Win32::Web::InternetExplorer::ITimerEx_Vtbl
#[repr(C)]pub struct ITimerEx_Vtbl {
pub base__: ITimer_Vtbl,
pub SetMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: ITimer_Vtbl
§SetMode: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl ITimerEx_Vtbl
impl ITimerEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITimerEx_Vtblwhere
Identity: ITimerEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITimerEx_Vtbl
impl RefUnwindSafe for ITimerEx_Vtbl
impl Send for ITimerEx_Vtbl
impl Sync for ITimerEx_Vtbl
impl Unpin for ITimerEx_Vtbl
impl UnwindSafe for ITimerEx_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