Struct IMbnPinEvents_Vtbl
#[repr(C)]pub struct IMbnPinEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnEnableComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT,
pub OnDisableComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT,
pub OnEnterComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT,
pub OnChangeComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT,
pub OnUnblockComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnEnableComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT
§OnDisableComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT
§OnEnterComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT
§OnChangeComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT
§OnUnblockComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MBN_PIN_INFO, _: u32, _: HRESULT) -> HRESULT
Implementations§
§impl IMbnPinEvents_Vtbl
impl IMbnPinEvents_Vtbl
pub const fn new<Identity: IMbnPinEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMbnPinEvents_Vtbl
impl RefUnwindSafe for IMbnPinEvents_Vtbl
impl Send for IMbnPinEvents_Vtbl
impl Sync for IMbnPinEvents_Vtbl
impl Unpin for IMbnPinEvents_Vtbl
impl UnwindSafe for IMbnPinEvents_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