Struct windows_sys::Win32::Security::Cryptography::CRYPT_OID_FUNC_ENTRY
#[repr(C)]pub struct CRYPT_OID_FUNC_ENTRY {
pub pszOID: PCSTR,
pub pvFuncAddr: *mut c_void,
}
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§
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