Struct ISecurityAppManager_Vtbl
#[repr(C)]pub struct ISecurityAppManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub Register: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: *mut c_void, _: *mut c_void, _: bool, _: *mut GUID) -> HRESULT,
pub Unregister: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: GUID) -> HRESULT,
pub UpdateState: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: GUID, _: SecurityAppState, _: SecurityAppSubstatus, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Register: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: *mut c_void, _: *mut c_void, _: bool, _: *mut GUID) -> HRESULT
§Unregister: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: GUID) -> HRESULT
§UpdateState: unsafe extern "system" fn(_: *mut c_void, _: SecurityAppKind, _: GUID, _: SecurityAppState, _: SecurityAppSubstatus, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISecurityAppManager_Vtbl
impl RefUnwindSafe for ISecurityAppManager_Vtbl
impl Send for ISecurityAppManager_Vtbl
impl Sync for ISecurityAppManager_Vtbl
impl Unpin for ISecurityAppManager_Vtbl
impl UnwindSafe for ISecurityAppManager_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