Struct IMSMQTransaction2_Vtbl
#[repr(C)]pub struct IMSMQTransaction2_Vtbl {
pub base__: IMSMQTransaction_Vtbl,
pub InitNew: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMSMQTransaction_Vtbl
§InitNew: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSMQTransaction2_Vtbl
impl IMSMQTransaction2_Vtbl
pub const fn new<Identity: IMSMQTransaction2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSMQTransaction2_Vtbl
impl RefUnwindSafe for IMSMQTransaction2_Vtbl
impl Send for IMSMQTransaction2_Vtbl
impl Sync for IMSMQTransaction2_Vtbl
impl Unpin for IMSMQTransaction2_Vtbl
impl UnwindSafe for IMSMQTransaction2_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