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