#[repr(C)]pub struct CRL_DIST_POINT_NAME {
pub dwDistPointNameChoice: DWORD,
pub u: CRL_DIST_POINT_NAME_u,
}
Fields§
§dwDistPointNameChoice: DWORD
§u: CRL_DIST_POINT_NAME_u
Trait Implementations§
Source§impl Clone for CRL_DIST_POINT_NAME
impl Clone for CRL_DIST_POINT_NAME
Source§fn clone(&self) -> CRL_DIST_POINT_NAME
fn clone(&self) -> CRL_DIST_POINT_NAME
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CRL_DIST_POINT_NAME
impl Default for CRL_DIST_POINT_NAME
Source§fn default() -> CRL_DIST_POINT_NAME
fn default() -> CRL_DIST_POINT_NAME
Returns the “default value” for a type. Read more
impl Copy for CRL_DIST_POINT_NAME
Auto Trait Implementations§
impl Freeze for CRL_DIST_POINT_NAME
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§
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