Struct windows_sys::Win32::Security::Cryptography::SIGNER_ATTR_AUTHCODE
#[repr(C)]pub struct SIGNER_ATTR_AUTHCODE {
pub cbSize: u32,
pub fCommercial: BOOL,
pub fIndividual: BOOL,
pub pwszName: PCWSTR,
pub pwszInfo: PCWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§fCommercial: BOOL
§fIndividual: BOOL
§pwszName: PCWSTR
§pwszInfo: PCWSTR
Trait Implementations§
§impl Clone for SIGNER_ATTR_AUTHCODE
impl Clone for SIGNER_ATTR_AUTHCODE
impl Copy for SIGNER_ATTR_AUTHCODE
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_ATTR_AUTHCODE
impl !Send for SIGNER_ATTR_AUTHCODE
impl !Sync for SIGNER_ATTR_AUTHCODE
impl Unpin for SIGNER_ATTR_AUTHCODE
impl UnwindSafe for SIGNER_ATTR_AUTHCODE
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