Struct CRYPT_XML_BLOB
#[repr(C)]pub struct CRYPT_XML_BLOB {
pub dwCharset: CRYPT_XML_CHARSET,
pub cbData: u32,
pub pbData: *mut u8,
}
Fields§
§dwCharset: CRYPT_XML_CHARSET
§cbData: u32
§pbData: *mut u8
Trait Implementations§
§impl Clone for CRYPT_XML_BLOB
impl Clone for CRYPT_XML_BLOB
§fn clone(&self) -> CRYPT_XML_BLOB
fn clone(&self) -> CRYPT_XML_BLOB
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CRYPT_XML_BLOB
Auto Trait Implementations§
impl Freeze for CRYPT_XML_BLOB
impl RefUnwindSafe for CRYPT_XML_BLOB
impl !Send for CRYPT_XML_BLOB
impl !Sync for CRYPT_XML_BLOB
impl Unpin for CRYPT_XML_BLOB
impl UnwindSafe for CRYPT_XML_BLOB
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more