Struct IAzApplication3_Vtbl
#[repr(C)]pub struct IAzApplication3_Vtbl {Show 15 fields
pub base__: IAzApplication2_Vtbl,
pub ScopeExists: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub OpenScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RoleDefinitions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OpenRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RoleAssignments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub OpenRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeleteRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BizRulesEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetBizRulesEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IAzApplication2_Vtbl
§ScopeExists: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§OpenScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeleteScope2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RoleDefinitions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OpenRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeleteRoleDefinition: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RoleAssignments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§OpenRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeleteRoleAssignment: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§BizRulesEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetBizRulesEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IAzApplication3_Vtbl
impl IAzApplication3_Vtbl
pub const fn new<Identity: IAzApplication3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAzApplication3_Vtbl
impl RefUnwindSafe for IAzApplication3_Vtbl
impl Send for IAzApplication3_Vtbl
impl Sync for IAzApplication3_Vtbl
impl Unpin for IAzApplication3_Vtbl
impl UnwindSafe for IAzApplication3_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