Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_REFERENCE
[−]#[repr(C)]pub struct CRYPT_XML_REFERENCE {
pub cbSize: u32,
pub hReference: *mut c_void,
pub wszId: PCWSTR,
pub wszUri: PCWSTR,
pub wszType: PCWSTR,
pub DigestMethod: CRYPT_XML_ALGORITHM,
pub DigestValue: CRYPTOAPI_BLOB,
pub cTransform: u32,
pub rgTransform: *mut CRYPT_XML_ALGORITHM,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
hReference: *mut c_void
wszId: PCWSTR
wszUri: PCWSTR
wszType: PCWSTR
DigestMethod: CRYPT_XML_ALGORITHM
DigestValue: CRYPTOAPI_BLOB
cTransform: u32
rgTransform: *mut CRYPT_XML_ALGORITHM
Trait Implementations
impl Clone for CRYPT_XML_REFERENCE
impl Clone for CRYPT_XML_REFERENCE
impl Copy for CRYPT_XML_REFERENCE
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_REFERENCE
impl !Send for CRYPT_XML_REFERENCE
impl !Sync for CRYPT_XML_REFERENCE
impl Unpin for CRYPT_XML_REFERENCE
impl UnwindSafe for CRYPT_XML_REFERENCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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