Struct windows_sys::Win32::Security::Cryptography::CTL_CONTEXT
[−]#[repr(C)]pub struct CTL_CONTEXT {
pub dwMsgAndCertEncodingType: u32,
pub pbCtlEncoded: *mut u8,
pub cbCtlEncoded: u32,
pub pCtlInfo: *mut CTL_INFO,
pub hCertStore: HCERTSTORE,
pub hCryptMsg: *mut c_void,
pub pbCtlContent: *mut u8,
pub cbCtlContent: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwMsgAndCertEncodingType: u32
pbCtlEncoded: *mut u8
cbCtlEncoded: u32
pCtlInfo: *mut CTL_INFO
hCertStore: HCERTSTORE
hCryptMsg: *mut c_void
pbCtlContent: *mut u8
cbCtlContent: u32
Trait Implementations
impl Clone for CTL_CONTEXT
impl Clone for CTL_CONTEXT
impl Copy for CTL_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CTL_CONTEXT
impl !Send for CTL_CONTEXT
impl !Sync for CTL_CONTEXT
impl Unpin for CTL_CONTEXT
impl UnwindSafe for CTL_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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