Struct IMSMQApplication3_Vtbl
#[repr(C)]pub struct IMSMQApplication3_Vtbl {
pub base__: IMSMQApplication2_Vtbl,
pub ActiveQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub PrivateQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub DirectoryServiceServer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub BytesInAllQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetMachine: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Machine: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Connect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Tidy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IMSMQApplication2_Vtbl§ActiveQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§PrivateQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§DirectoryServiceServer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsConnected: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§BytesInAllQueues: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SetMachine: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Machine: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Connect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Tidy: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IMSMQApplication3_Vtbl
impl IMSMQApplication3_Vtbl
pub const fn new<Identity: IMSMQApplication3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSMQApplication3_Vtbl
impl RefUnwindSafe for IMSMQApplication3_Vtbl
impl Send for IMSMQApplication3_Vtbl
impl Sync for IMSMQApplication3_Vtbl
impl Unpin for IMSMQApplication3_Vtbl
impl UnwindSafe for IMSMQApplication3_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