Struct windows_sys::Win32::Security::Cryptography::CERT_HASHED_URL
[−]#[repr(C)]pub struct CERT_HASHED_URL {
pub HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER,
pub Hash: CRYPTOAPI_BLOB,
pub pwszUrl: PWSTR,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
HashAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
Hash: CRYPTOAPI_BLOB
pwszUrl: PWSTR
Trait Implementations
impl Clone for CERT_HASHED_URL
impl Clone for CERT_HASHED_URL
impl Copy for CERT_HASHED_URL
Auto Trait Implementations
impl RefUnwindSafe for CERT_HASHED_URL
impl !Send for CERT_HASHED_URL
impl !Sync for CERT_HASHED_URL
impl Unpin for CERT_HASHED_URL
impl UnwindSafe for CERT_HASHED_URL
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