Struct windows_sys::Win32::Security::Cryptography::CRL_DIST_POINTS_INFO
[−]#[repr(C)]pub struct CRL_DIST_POINTS_INFO {
pub cDistPoint: u32,
pub rgDistPoint: *mut CRL_DIST_POINT,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cDistPoint: u32
rgDistPoint: *mut CRL_DIST_POINT
Trait Implementations
impl Clone for CRL_DIST_POINTS_INFO
impl Clone for CRL_DIST_POINTS_INFO
impl Copy for CRL_DIST_POINTS_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRL_DIST_POINTS_INFO
impl !Send for CRL_DIST_POINTS_INFO
impl !Sync for CRL_DIST_POINTS_INFO
impl Unpin for CRL_DIST_POINTS_INFO
impl UnwindSafe for CRL_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