#[repr(C)]pub struct CROSS_CERT_DIST_POINTS_INFO {
pub dwSyncDeltaTime: u32,
pub cDistPoint: u32,
pub rgDistPoint: *mut CERT_ALT_NAME_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwSyncDeltaTime: u32
cDistPoint: u32
rgDistPoint: *mut CERT_ALT_NAME_INFO
Trait Implementations
impl Clone for CROSS_CERT_DIST_POINTS_INFO
impl Clone for CROSS_CERT_DIST_POINTS_INFO
impl Copy for CROSS_CERT_DIST_POINTS_INFO
Auto Trait Implementations
impl RefUnwindSafe for CROSS_CERT_DIST_POINTS_INFO
impl !Send for CROSS_CERT_DIST_POINTS_INFO
impl !Sync for CROSS_CERT_DIST_POINTS_INFO
impl Unpin for CROSS_CERT_DIST_POINTS_INFO
impl UnwindSafe for CROSS_CERT_DIST_POINTS_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more