#[repr(C)]pub struct _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO {
pub cbSize: DWORD,
pub iDeltaCrlIndicator: c_int,
pub pftCacheResync: LPFILETIME,
pub pLastSyncTime: LPFILETIME,
pub pMaxAgeTime: LPFILETIME,
pub pChainPara: PCERT_REVOCATION_CHAIN_PARA,
pub pDeltaCrlIndicator: PCRYPT_INTEGER_BLOB,
}Fields§
§cbSize: DWORD§iDeltaCrlIndicator: c_int§pftCacheResync: LPFILETIME§pLastSyncTime: LPFILETIME§pMaxAgeTime: LPFILETIME§pChainPara: PCERT_REVOCATION_CHAIN_PARA§pDeltaCrlIndicator: PCRYPT_INTEGER_BLOBTrait Implementations§
Source§impl Clone for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl Clone for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
Source§fn clone(&self) -> _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
fn clone(&self) -> _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
Auto Trait Implementations§
impl Freeze for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl RefUnwindSafe for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl !Send for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl !Sync for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl Unpin for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
impl UnwindSafe for _CRYPT_GET_TIME_VALID_OBJECT_EXTRA_INFO
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