Struct IMSMQDestination_Vtbl
#[repr(C)]pub struct IMSMQDestination_Vtbl {Show 15 fields
pub base__: IDispatch_Vtbl,
pub Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub IsOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub IADs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub putref_IADs: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ADsPath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetADsPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PathName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPathName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Destinations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub putref_Destinations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§IsOpen: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§IADs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§putref_IADs: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ADsPath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetADsPath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PathName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPathName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFormatName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Destinations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§putref_Destinations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Properties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMSMQDestination_Vtbl
impl IMSMQDestination_Vtbl
pub const fn new<Identity: IMSMQDestination_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMSMQDestination_Vtbl
impl RefUnwindSafe for IMSMQDestination_Vtbl
impl Send for IMSMQDestination_Vtbl
impl Sync for IMSMQDestination_Vtbl
impl Unpin for IMSMQDestination_Vtbl
impl UnwindSafe for IMSMQDestination_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