Struct windows_sys::Win32::Security::Cryptography::CMSG_STREAM_INFO
#[repr(C)]pub struct CMSG_STREAM_INFO {
pub cbContent: u32,
pub pfnStreamOutput: PFN_CMSG_STREAM_OUTPUT,
pub pvArg: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbContent: u32
§pfnStreamOutput: PFN_CMSG_STREAM_OUTPUT
§pvArg: *mut c_void
Trait Implementations§
§impl Clone for CMSG_STREAM_INFO
impl Clone for CMSG_STREAM_INFO
impl Copy for CMSG_STREAM_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CMSG_STREAM_INFO
impl !Send for CMSG_STREAM_INFO
impl !Sync for CMSG_STREAM_INFO
impl Unpin for CMSG_STREAM_INFO
impl UnwindSafe for CMSG_STREAM_INFO
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