Struct 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: ITimerEx_Impl, const OFFSET: isize>() -> Self
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