#[repr(C)]pub struct _CERT_ALT_NAME_ENTRY {
pub dwAltNameChoice: DWORD,
pub __bindgen_anon_1: _CERT_ALT_NAME_ENTRY__bindgen_ty_1,
}
Fields§
§dwAltNameChoice: DWORD
§__bindgen_anon_1: _CERT_ALT_NAME_ENTRY__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _CERT_ALT_NAME_ENTRY
impl Clone for _CERT_ALT_NAME_ENTRY
Source§fn clone(&self) -> _CERT_ALT_NAME_ENTRY
fn clone(&self) -> _CERT_ALT_NAME_ENTRY
Returns a copy 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 moreimpl Copy for _CERT_ALT_NAME_ENTRY
Auto Trait Implementations§
impl Freeze for _CERT_ALT_NAME_ENTRY
impl RefUnwindSafe for _CERT_ALT_NAME_ENTRY
impl !Send for _CERT_ALT_NAME_ENTRY
impl !Sync for _CERT_ALT_NAME_ENTRY
impl Unpin for _CERT_ALT_NAME_ENTRY
impl UnwindSafe for _CERT_ALT_NAME_ENTRY
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