#[repr(C)]pub struct CTL_CONTEXT {
pub dwMsgAndCertEncodingType: DWORD,
pub pbCtlEncoded: *mut BYTE,
pub cbCtlEncoded: DWORD,
pub pCtlInfo: PCTL_INFO,
pub hCertStore: HCERTSTORE,
pub hCryptMsg: HCRYPTMSG,
pub pbCtlContent: *mut BYTE,
pub cbCtlContent: DWORD,
}
Fields§
§dwMsgAndCertEncodingType: DWORD
§pbCtlEncoded: *mut BYTE
§cbCtlEncoded: DWORD
§pCtlInfo: PCTL_INFO
§hCertStore: HCERTSTORE
§hCryptMsg: HCRYPTMSG
§pbCtlContent: *mut BYTE
§cbCtlContent: DWORD
Trait Implementations§
Source§impl Clone for CTL_CONTEXT
impl Clone for CTL_CONTEXT
Source§fn clone(&self) -> CTL_CONTEXT
fn clone(&self) -> CTL_CONTEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for CTL_CONTEXT
impl Default for CTL_CONTEXT
Source§fn default() -> CTL_CONTEXT
fn default() -> CTL_CONTEXT
Returns the “default value” for a type. Read more
impl Copy for CTL_CONTEXT
Auto Trait Implementations§
impl Freeze for CTL_CONTEXT
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§
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