Struct windows_sys::Win32::Security::Cryptography::CRYPT_OID_FUNC_ENTRY
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszOID: PCSTR
pvFuncAddr: *mut c_void
Trait Implementations
impl Clone for CRYPT_OID_FUNC_ENTRY
impl Clone for CRYPT_OID_FUNC_ENTRY
impl Copy for CRYPT_OID_FUNC_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_OID_FUNC_ENTRY
impl !Send for CRYPT_OID_FUNC_ENTRY
impl !Sync for CRYPT_OID_FUNC_ENTRY
impl Unpin for CRYPT_OID_FUNC_ENTRY
impl UnwindSafe for CRYPT_OID_FUNC_ENTRY
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