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,
}
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
§fn clone(&self) -> CTL_CONTEXT
fn clone(&self) -> CTL_CONTEXT
Returns a copy 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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)