Struct windows::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
§fn clone(&self) -> WIN_CERTIFICATE
fn clone(&self) -> WIN_CERTIFICATE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WIN_CERTIFICATE
impl Debug for WIN_CERTIFICATE
§impl Default for WIN_CERTIFICATE
impl Default for WIN_CERTIFICATE
§impl PartialEq for WIN_CERTIFICATE
impl PartialEq for WIN_CERTIFICATE
§fn eq(&self, other: &WIN_CERTIFICATE) -> bool
fn eq(&self, other: &WIN_CERTIFICATE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WIN_CERTIFICATE
impl Eq for WIN_CERTIFICATE
impl StructuralPartialEq for WIN_CERTIFICATE
Auto Trait Implementations§
impl Freeze for WIN_CERTIFICATE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)