Struct windows::Win32::System::WinRT::ICorrelationVectorInformation_Vtbl
#[repr(C)]pub struct ICorrelationVectorInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub LastCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub NextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetNextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LastCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§NextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetNextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl ICorrelationVectorInformation_Vtbl
impl ICorrelationVectorInformation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICorrelationVectorInformation_Vtblwhere
Identity: ICorrelationVectorInformation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICorrelationVectorInformation_Vtbl
impl RefUnwindSafe for ICorrelationVectorInformation_Vtbl
impl Send for ICorrelationVectorInformation_Vtbl
impl Sync for ICorrelationVectorInformation_Vtbl
impl Unpin for ICorrelationVectorInformation_Vtbl
impl UnwindSafe for ICorrelationVectorInformation_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