Struct windows_sys::Win32::Security::Cryptography::CRYPT_XML_DATA_BLOB
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
cbData: u32
pbData: *mut u8
Trait Implementations
impl Clone for CRYPT_XML_DATA_BLOB
impl Clone for CRYPT_XML_DATA_BLOB
impl Copy for CRYPT_XML_DATA_BLOB
Auto Trait Implementations
impl RefUnwindSafe for CRYPT_XML_DATA_BLOB
impl !Send for CRYPT_XML_DATA_BLOB
impl !Sync for CRYPT_XML_DATA_BLOB
impl Unpin for CRYPT_XML_DATA_BLOB
impl UnwindSafe for CRYPT_XML_DATA_BLOB
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