Struct ITsSbGenericNotifySink_Vtbl
#[repr(C)]pub struct ITsSbGenericNotifySink_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnCompleted: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT,
pub GetWaitTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnCompleted: unsafe extern "system" fn(_: *mut c_void, _: HRESULT) -> HRESULT
§GetWaitTimeout: unsafe extern "system" fn(_: *mut c_void, _: *mut FILETIME) -> HRESULT
Implementations§
§impl ITsSbGenericNotifySink_Vtbl
impl ITsSbGenericNotifySink_Vtbl
pub const fn new<Identity: ITsSbGenericNotifySink_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbGenericNotifySink_Vtbl
impl RefUnwindSafe for ITsSbGenericNotifySink_Vtbl
impl Send for ITsSbGenericNotifySink_Vtbl
impl Sync for ITsSbGenericNotifySink_Vtbl
impl Unpin for ITsSbGenericNotifySink_Vtbl
impl UnwindSafe for ITsSbGenericNotifySink_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