Struct IObjectContextInfo_Vtbl
#[repr(C)]pub struct IObjectContextInfo_Vtbl {
pub base__: IUnknown_Vtbl,
pub IsInTransaction: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetTransaction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetTransactionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetContextId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§IsInTransaction: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetTransaction: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetTransactionId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetActivityId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetContextId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IObjectContextInfo_Vtbl
impl IObjectContextInfo_Vtbl
pub const fn new<Identity: IObjectContextInfo_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IObjectContextInfo_Vtbl
impl RefUnwindSafe for IObjectContextInfo_Vtbl
impl Send for IObjectContextInfo_Vtbl
impl Sync for IObjectContextInfo_Vtbl
impl Unpin for IObjectContextInfo_Vtbl
impl UnwindSafe for IObjectContextInfo_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