Struct winapi::wincrypt::CRYPTOAPI_BLOB
[−]
[src]
pub struct CRYPTOAPI_BLOB {
pub cbData: DWORD,
pub pbData: *mut BYTE,
}Fields
cbData | |
pbData |
pub struct CRYPTOAPI_BLOB {
pub cbData: DWORD,
pub pbData: *mut BYTE,
}cbData | |
pbData |
impl Debug for CRYPTOAPI_BLOBimpl Copy for CRYPTOAPI_BLOBimpl Clone for CRYPTOAPI_BLOBfn clone(&self) -> CRYPTOAPI_BLOBfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)