Struct windows_sys::Win32::Security::Cryptography::CERT_TRUST_STATUS
[−]Expand description
Required features: "Win32_Security_Cryptography"
Fields
dwErrorStatus: u32
dwInfoStatus: u32
Trait Implementations
impl Clone for CERT_TRUST_STATUS
impl Clone for CERT_TRUST_STATUS
impl Copy for CERT_TRUST_STATUS
Auto Trait Implementations
impl RefUnwindSafe for CERT_TRUST_STATUS
impl Send for CERT_TRUST_STATUS
impl Sync for CERT_TRUST_STATUS
impl Unpin for CERT_TRUST_STATUS
impl UnwindSafe for CERT_TRUST_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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