Struct vc6_sys::_WIN_CERTIFICATE
source · #[repr(C)]pub struct _WIN_CERTIFICATE {
pub dwLength: DWORD,
pub wRevision: WORD,
pub wCertificateType: WORD,
pub bCertificate: [BYTE; 1],
}Fields§
§dwLength: DWORD§wRevision: WORD§wCertificateType: WORD§bCertificate: [BYTE; 1]Trait Implementations§
source§impl Clone for _WIN_CERTIFICATE
impl Clone for _WIN_CERTIFICATE
source§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 moresource§impl Debug for _WIN_CERTIFICATE
impl Debug 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