Struct IPfxImportParameters_Vtbl
#[repr(C)]pub struct IPfxImportParameters_Vtbl {Show 15 fields
pub base__: IInspectable_Vtbl,
pub Exportable: unsafe extern "system" fn(_: *mut c_void, _: *mut ExportOption) -> HRESULT,
pub SetExportable: unsafe extern "system" fn(_: *mut c_void, _: ExportOption) -> HRESULT,
pub KeyProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut KeyProtectionLevel) -> HRESULT,
pub SetKeyProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: KeyProtectionLevel) -> HRESULT,
pub InstallOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallOptions) -> HRESULT,
pub SetInstallOptions: unsafe extern "system" fn(_: *mut c_void, _: InstallOptions) -> HRESULT,
pub FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub KeyStorageProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetKeyStorageProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ContainerNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetContainerNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReaderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetReaderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Exportable: unsafe extern "system" fn(_: *mut c_void, _: *mut ExportOption) -> HRESULT
§SetExportable: unsafe extern "system" fn(_: *mut c_void, _: ExportOption) -> HRESULT
§KeyProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: *mut KeyProtectionLevel) -> HRESULT
§SetKeyProtectionLevel: unsafe extern "system" fn(_: *mut c_void, _: KeyProtectionLevel) -> HRESULT
§InstallOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut InstallOptions) -> HRESULT
§SetInstallOptions: unsafe extern "system" fn(_: *mut c_void, _: InstallOptions) -> HRESULT
§FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§KeyStorageProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetKeyStorageProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ContainerNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetContainerNamePrefix: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReaderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetReaderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPfxImportParameters_Vtbl
impl RefUnwindSafe for IPfxImportParameters_Vtbl
impl Send for IPfxImportParameters_Vtbl
impl Sync for IPfxImportParameters_Vtbl
impl Unpin for IPfxImportParameters_Vtbl
impl UnwindSafe for IPfxImportParameters_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