Struct IAzBizRuleInterfaces_Vtbl
#[repr(C)]pub struct IAzBizRuleInterfaces_Vtbl {
pub base__: IDispatch_Vtbl,
pub AddInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: VARIANT) -> HRESULT,
pub AddInterfaces: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT,
pub GetInterfaceValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32, _: *mut VARIANT) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§AddInterface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: i32, _: VARIANT) -> HRESULT
§AddInterfaces: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT
§GetInterfaceValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i32, _: *mut VARIANT) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IAzBizRuleInterfaces_Vtbl
impl IAzBizRuleInterfaces_Vtbl
pub const fn new<Identity: IAzBizRuleInterfaces_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAzBizRuleInterfaces_Vtbl
impl RefUnwindSafe for IAzBizRuleInterfaces_Vtbl
impl Send for IAzBizRuleInterfaces_Vtbl
impl Sync for IAzBizRuleInterfaces_Vtbl
impl Unpin for IAzBizRuleInterfaces_Vtbl
impl UnwindSafe for IAzBizRuleInterfaces_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