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