Struct windows_sys::Win32::Security::Cryptography::CRL_DIST_POINT_NAME
[−]#[repr(C)]pub struct CRL_DIST_POINT_NAME {
pub dwDistPointNameChoice: u32,
pub Anonymous: CRL_DIST_POINT_NAME_0,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwDistPointNameChoice: u32
Anonymous: CRL_DIST_POINT_NAME_0
Trait Implementations
impl Clone for CRL_DIST_POINT_NAME
impl Clone for CRL_DIST_POINT_NAME
impl Copy for CRL_DIST_POINT_NAME
Auto Trait Implementations
impl RefUnwindSafe for CRL_DIST_POINT_NAME
impl !Send for CRL_DIST_POINT_NAME
impl !Sync for CRL_DIST_POINT_NAME
impl Unpin for CRL_DIST_POINT_NAME
impl UnwindSafe for CRL_DIST_POINT_NAME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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