Struct IChainBuildingParameters_Vtbl
#[repr(C)]pub struct IChainBuildingParameters_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub EnhancedKeyUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ValidationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub SetValidationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT,
pub RevocationCheckEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRevocationCheckEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub NetworkRetrievalEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetNetworkRetrievalEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AuthorityInformationAccessEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAuthorityInformationAccessEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CurrentTimeValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCurrentTimeValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ExclusiveTrustRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§EnhancedKeyUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ValidationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§SetValidationTimestamp: unsafe extern "system" fn(_: *mut c_void, _: DateTime) -> HRESULT
§RevocationCheckEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetRevocationCheckEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§NetworkRetrievalEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetNetworkRetrievalEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AuthorityInformationAccessEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAuthorityInformationAccessEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§CurrentTimeValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetCurrentTimeValidationEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ExclusiveTrustRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IChainBuildingParameters_Vtbl
impl RefUnwindSafe for IChainBuildingParameters_Vtbl
impl Send for IChainBuildingParameters_Vtbl
impl Sync for IChainBuildingParameters_Vtbl
impl Unpin for IChainBuildingParameters_Vtbl
impl UnwindSafe for IChainBuildingParameters_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