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,
}
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§
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