Struct ICEnroll2_Vtbl
#[repr(C)]pub struct ICEnroll2_Vtbl {
pub base__: ICEnroll_Vtbl,
pub addCertTypeToRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub addNameValuePairToSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub WriteCertToUserDS: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetWriteCertToUserDS: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub EnableT61DNEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetEnableT61DNEncoding: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: ICEnroll_Vtbl
§addCertTypeToRequest: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§addNameValuePairToSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§WriteCertToUserDS: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetWriteCertToUserDS: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§EnableT61DNEncoding: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetEnableT61DNEncoding: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl ICEnroll2_Vtbl
impl ICEnroll2_Vtbl
pub const fn new<Identity: ICEnroll2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICEnroll2_Vtbl
impl RefUnwindSafe for ICEnroll2_Vtbl
impl Send for ICEnroll2_Vtbl
impl Sync for ICEnroll2_Vtbl
impl Unpin for ICEnroll2_Vtbl
impl UnwindSafe for ICEnroll2_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