#[repr(C)]pub struct CRYPT_XML_TRANSFORM_INFO {
pub cbSize: u32,
pub wszAlgorithm: PCWSTR,
pub cbBufferSize: u32,
pub dwFlags: CRYPT_XML_TRANSFORM_FLAGS,
pub pfnCreateTransform: PFN_CRYPT_XML_CREATE_TRANSFORM,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
wszAlgorithm: PCWSTR
cbBufferSize: u32
dwFlags: CRYPT_XML_TRANSFORM_FLAGS
pfnCreateTransform: PFN_CRYPT_XML_CREATE_TRANSFORM
Trait Implementations
impl Clone for CRYPT_XML_TRANSFORM_INFO
impl Clone for CRYPT_XML_TRANSFORM_INFO
impl Copy for CRYPT_XML_TRANSFORM_INFO
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_TRANSFORM_INFO
impl !Send for CRYPT_XML_TRANSFORM_INFO
impl !Sync for CRYPT_XML_TRANSFORM_INFO
impl Unpin for CRYPT_XML_TRANSFORM_INFO
impl UnwindSafe for CRYPT_XML_TRANSFORM_INFO
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