Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_STATUS
[−]#[repr(C)]pub struct CRYPT_XML_STATUS {
pub cbSize: u32,
pub dwErrorStatus: CRYPT_XML_STATUS_ERROR_STATUS,
pub dwInfoStatus: CRYPT_XML_STATUS_INFO_STATUS,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbSize: u32
dwErrorStatus: CRYPT_XML_STATUS_ERROR_STATUS
dwInfoStatus: CRYPT_XML_STATUS_INFO_STATUS
Trait Implementations
impl Clone for CRYPT_XML_STATUS
impl Clone for CRYPT_XML_STATUS
impl Copy for CRYPT_XML_STATUS
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_STATUS
impl Send for CRYPT_XML_STATUS
impl Sync for CRYPT_XML_STATUS
impl Unpin for CRYPT_XML_STATUS
impl UnwindSafe for CRYPT_XML_STATUS
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