Struct winapi::wincrypt::CMSG_STREAM_INFO
[−]
[src]
pub struct CMSG_STREAM_INFO {
pub cbContent: DWORD,
pub pfnStreamOutput: PFN_CMSG_STREAM_OUTPUT,
pub pvArg: *mut c_void,
}Fields
cbContent | |
pfnStreamOutput | |
pvArg |
Trait Implementations
impl Copy for CMSG_STREAM_INFO[src]
impl Clone for CMSG_STREAM_INFO[src]
fn clone(&self) -> CMSG_STREAM_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more