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],
}Fields§
§dwLength: u32§wRevision: u16§wCertificateType: u16§bCertificate: [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§
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