#[repr(C)]pub struct CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA {
pub cOID: u32,
pub rgpszOID: *mut PSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cOID: u32
rgpszOID: *mut PSTR
Trait Implementations
impl Copy for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
impl !Send for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
impl !Sync for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
impl Unpin for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
impl UnwindSafe for CRYPT_DEFAULT_CONTEXT_MULTI_OID_PARA
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