Struct ICorrelationVectorInformation_Vtbl
#[repr(C)]pub struct ICorrelationVectorInformation_Vtbl {
pub base__: IInspectable_Vtbl,
pub LastCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LastCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§NextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetNextCorrelationVectorForThread: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl ICorrelationVectorInformation_Vtbl
impl ICorrelationVectorInformation_Vtbl
pub const fn new<Identity: ICorrelationVectorInformation_Impl, const OFFSET: isize>() -> Self
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