Struct 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 moreimpl Copy 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