#[repr(C)]pub struct CRYPT_XML_TRANSFORM_CHAIN_CONFIG {
pub cbSize: u32,
pub cTransformInfo: u32,
pub rgpTransformInfo: *mut *mut CRYPT_XML_TRANSFORM_INFO,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
cTransformInfo: u32
rgpTransformInfo: *mut *mut CRYPT_XML_TRANSFORM_INFO
Trait Implementations
impl Clone for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl Clone for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl Copy for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl !Send for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl !Sync for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl Unpin for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
impl UnwindSafe for CRYPT_XML_TRANSFORM_CHAIN_CONFIG
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