#[repr(C)]pub struct _CERT_TEMPLATE_EXT {
pub pszObjId: LPSTR,
pub dwMajorVersion: DWORD,
pub fMinorVersion: BOOL,
pub dwMinorVersion: DWORD,
}Fields§
§pszObjId: LPSTR§dwMajorVersion: DWORD§fMinorVersion: BOOL§dwMinorVersion: DWORDTrait Implementations§
Source§impl Clone for _CERT_TEMPLATE_EXT
impl Clone for _CERT_TEMPLATE_EXT
Source§fn clone(&self) -> _CERT_TEMPLATE_EXT
fn clone(&self) -> _CERT_TEMPLATE_EXT
Returns a duplicate 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 _CERT_TEMPLATE_EXT
impl Debug for _CERT_TEMPLATE_EXT
impl Copy for _CERT_TEMPLATE_EXT
Auto Trait Implementations§
impl Freeze for _CERT_TEMPLATE_EXT
impl RefUnwindSafe for _CERT_TEMPLATE_EXT
impl !Send for _CERT_TEMPLATE_EXT
impl !Sync for _CERT_TEMPLATE_EXT
impl Unpin for _CERT_TEMPLATE_EXT
impl UnwindSafe for _CERT_TEMPLATE_EXT
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