Struct windows::Win32::System::Com::IComThreadingInfo_Vtbl
#[repr(C)]pub struct IComThreadingInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetCurrentApartmentType: unsafe extern "system" fn(_: *mut c_void, _: *mut APTTYPE) -> HRESULT,
pub GetCurrentThreadType: unsafe extern "system" fn(_: *mut c_void, _: *mut THDTYPE) -> HRESULT,
pub GetCurrentLogicalThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub SetCurrentLogicalThreadId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetCurrentApartmentType: unsafe extern "system" fn(_: *mut c_void, _: *mut APTTYPE) -> HRESULT
§GetCurrentThreadType: unsafe extern "system" fn(_: *mut c_void, _: *mut THDTYPE) -> HRESULT
§GetCurrentLogicalThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§SetCurrentLogicalThreadId: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
Implementations§
§impl IComThreadingInfo_Vtbl
impl IComThreadingInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComThreadingInfo_Vtblwhere
Identity: IComThreadingInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComThreadingInfo_Vtbl
impl RefUnwindSafe for IComThreadingInfo_Vtbl
impl Send for IComThreadingInfo_Vtbl
impl Sync for IComThreadingInfo_Vtbl
impl Unpin for IComThreadingInfo_Vtbl
impl UnwindSafe for IComThreadingInfo_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