Struct windows_sys::Win32::Security::WinTrust::WIN_CERTIFICATE
[−]#[repr(C)]pub struct WIN_CERTIFICATE {
pub dwLength: u32,
pub wRevision: u16,
pub wCertificateType: u16,
pub bCertificate: [u8; 1],
}Expand description
Required features: "Win32_Security_WinTrust"
Fields
dwLength: u32wRevision: u16wCertificateType: u16bCertificate: [u8; 1]Trait Implementations
impl Clone for WIN_CERTIFICATE
impl Clone for WIN_CERTIFICATE
impl Copy for WIN_CERTIFICATE
Auto Trait Implementations
impl RefUnwindSafe for WIN_CERTIFICATE
impl Send for WIN_CERTIFICATE
impl Sync for WIN_CERTIFICATE
impl Unpin for WIN_CERTIFICATE
impl UnwindSafe for WIN_CERTIFICATE
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