Struct windows_sys::Win32::Security::Cryptography::CERT_TRUST_LIST_INFO
[−]#[repr(C)]pub struct CERT_TRUST_LIST_INFO {
pub cbSize: u32,
pub pCtlEntry: *mut CTL_ENTRY,
pub pCtlContext: *mut CTL_CONTEXT,
}Expand description
Required features: "Win32_Security_Cryptography", "Win32_Foundation"
Fields
cbSize: u32pCtlEntry: *mut CTL_ENTRYpCtlContext: *mut CTL_CONTEXTTrait Implementations
impl Clone for CERT_TRUST_LIST_INFO
impl Clone for CERT_TRUST_LIST_INFO
impl Copy for CERT_TRUST_LIST_INFO
Auto Trait Implementations
impl RefUnwindSafe for CERT_TRUST_LIST_INFO
impl !Send for CERT_TRUST_LIST_INFO
impl !Sync for CERT_TRUST_LIST_INFO
impl Unpin for CERT_TRUST_LIST_INFO
impl UnwindSafe for CERT_TRUST_LIST_INFO
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