#[repr(C)]pub struct NCRYPT_PROTECT_STREAM_INFO_EX {
pub pfnStreamOutput: PFNCryptStreamOutputCallbackEx,
pub pvCallbackCtxt: *mut c_void,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
pfnStreamOutput: PFNCryptStreamOutputCallbackEx
pvCallbackCtxt: *mut c_void
Trait Implementations
impl Clone for NCRYPT_PROTECT_STREAM_INFO_EX
impl Clone for NCRYPT_PROTECT_STREAM_INFO_EX
impl Copy for NCRYPT_PROTECT_STREAM_INFO_EX
Auto Trait Implementations
impl RefUnwindSafe for NCRYPT_PROTECT_STREAM_INFO_EX
impl !Send for NCRYPT_PROTECT_STREAM_INFO_EX
impl !Sync for NCRYPT_PROTECT_STREAM_INFO_EX
impl Unpin for NCRYPT_PROTECT_STREAM_INFO_EX
impl UnwindSafe for NCRYPT_PROTECT_STREAM_INFO_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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