#[repr(C)]pub struct CRYPT_PSOURCE_ALGORITHM {
pub pszObjId: PSTR,
pub EncodingParameters: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
pszObjId: PSTR
EncodingParameters: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CRYPT_PSOURCE_ALGORITHM
impl Clone for CRYPT_PSOURCE_ALGORITHM
impl Copy for CRYPT_PSOURCE_ALGORITHM
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_PSOURCE_ALGORITHM
impl !Send for CRYPT_PSOURCE_ALGORITHM
impl !Sync for CRYPT_PSOURCE_ALGORITHM
impl Unpin for CRYPT_PSOURCE_ALGORITHM
impl UnwindSafe for CRYPT_PSOURCE_ALGORITHM
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