#[repr(C)]pub struct IDtcToXaHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub Close: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub TranslateTridToXid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *mut XID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Close: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§TranslateTridToXid: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const GUID, _: *mut XID) -> HRESULT
Implementations§
§impl IDtcToXaHelper_Vtbl
impl IDtcToXaHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDtcToXaHelper_Vtblwhere
Identity: IDtcToXaHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDtcToXaHelper_Vtbl
impl RefUnwindSafe for IDtcToXaHelper_Vtbl
impl Send for IDtcToXaHelper_Vtbl
impl Sync for IDtcToXaHelper_Vtbl
impl Unpin for IDtcToXaHelper_Vtbl
impl UnwindSafe for IDtcToXaHelper_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