#[repr(C)]pub struct ITsSbOrchestrationNotifySink_Vtbl {
pub base__: ITsSbBaseNotifySink_Vtbl,
pub OnReadyToConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: ITsSbBaseNotifySink_Vtbl
§OnReadyToConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ITsSbOrchestrationNotifySink_Vtbl
impl ITsSbOrchestrationNotifySink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITsSbOrchestrationNotifySink_Vtblwhere
Identity: ITsSbOrchestrationNotifySink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITsSbOrchestrationNotifySink_Vtbl
impl RefUnwindSafe for ITsSbOrchestrationNotifySink_Vtbl
impl Send for ITsSbOrchestrationNotifySink_Vtbl
impl Sync for ITsSbOrchestrationNotifySink_Vtbl
impl Unpin for ITsSbOrchestrationNotifySink_Vtbl
impl UnwindSafe for ITsSbOrchestrationNotifySink_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