Struct windows::System::Threading::Core::ISignalNotifierStatics_Vtbl
#[repr(C)]pub struct ISignalNotifierStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub AttachToEvent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttachToEventWithTimeout: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
pub AttachToSemaphore: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttachToSemaphoreWithTimeout: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AttachToEvent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AttachToEventWithTimeout: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
§AttachToSemaphore: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AttachToSemaphoreWithTimeout: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISignalNotifierStatics_Vtbl
impl RefUnwindSafe for ISignalNotifierStatics_Vtbl
impl Send for ISignalNotifierStatics_Vtbl
impl Sync for ISignalNotifierStatics_Vtbl
impl Unpin for ISignalNotifierStatics_Vtbl
impl UnwindSafe for ISignalNotifierStatics_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