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_Foundation"
Fields§
§cbSize: u32
§pCtlEntry: *mut CTL_ENTRY
§pCtlContext: *mut CTL_CONTEXT
Trait 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§
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