Struct windows_sys::Win32::Security::Cryptography::CRL_DIST_POINT
[−]#[repr(C)]pub struct CRL_DIST_POINT {
pub DistPointName: CRL_DIST_POINT_NAME,
pub ReasonFlags: CRYPT_BIT_BLOB,
pub CRLIssuer: CERT_ALT_NAME_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
DistPointName: CRL_DIST_POINT_NAME
ReasonFlags: CRYPT_BIT_BLOB
CRLIssuer: CERT_ALT_NAME_INFO
Trait Implementations
impl Clone for CRL_DIST_POINT
impl Clone for CRL_DIST_POINT
impl Copy for CRL_DIST_POINT
Auto Trait Implementations
impl RefUnwindSafe for CRL_DIST_POINT
impl !Send for CRL_DIST_POINT
impl !Sync for CRL_DIST_POINT
impl Unpin for CRL_DIST_POINT
impl UnwindSafe for CRL_DIST_POINT
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