Struct IAzAuthorizationStore3_Vtbl
#[repr(C)]pub struct IAzAuthorizationStore3_Vtbl {
pub base__: IAzAuthorizationStore2_Vtbl,
pub IsUpdateNeeded: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub BizruleGroupSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub UpgradeStoresFunctionalLevel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub IsFunctionalLevelUpgradeSupported: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT,
pub GetSchemaVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IAzAuthorizationStore2_Vtbl
§IsUpdateNeeded: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§BizruleGroupSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§UpgradeStoresFunctionalLevel: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§IsFunctionalLevelUpgradeSupported: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT_BOOL) -> HRESULT
§GetSchemaVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT
Implementations§
§impl IAzAuthorizationStore3_Vtbl
impl IAzAuthorizationStore3_Vtbl
pub const fn new<Identity: IAzAuthorizationStore3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAzAuthorizationStore3_Vtbl
impl RefUnwindSafe for IAzAuthorizationStore3_Vtbl
impl Send for IAzAuthorizationStore3_Vtbl
impl Sync for IAzAuthorizationStore3_Vtbl
impl Unpin for IAzAuthorizationStore3_Vtbl
impl UnwindSafe for IAzAuthorizationStore3_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