#[repr(C)]pub struct _CERT_KEY_CONTEXT {
pub cbSize: DWORD,
pub __bindgen_anon_1: _CERT_KEY_CONTEXT__bindgen_ty_1,
pub dwKeySpec: DWORD,
}
Fields§
§cbSize: DWORD
§__bindgen_anon_1: _CERT_KEY_CONTEXT__bindgen_ty_1
§dwKeySpec: DWORD
Trait Implementations§
Source§impl Clone for _CERT_KEY_CONTEXT
impl Clone for _CERT_KEY_CONTEXT
Source§fn clone(&self) -> _CERT_KEY_CONTEXT
fn clone(&self) -> _CERT_KEY_CONTEXT
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_KEY_CONTEXT
Auto Trait Implementations§
impl Freeze for _CERT_KEY_CONTEXT
impl RefUnwindSafe for _CERT_KEY_CONTEXT
impl Send for _CERT_KEY_CONTEXT
impl Sync for _CERT_KEY_CONTEXT
impl Unpin for _CERT_KEY_CONTEXT
impl UnwindSafe for _CERT_KEY_CONTEXT
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