Struct windows_sys::Win32::Security::WinTrust::CAT_NAMEVALUE
[−]#[repr(C)]pub struct CAT_NAMEVALUE {
pub pwszTag: PWSTR,
pub fdwFlags: u32,
pub Value: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
pwszTag: PWSTR
fdwFlags: u32
Value: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for CAT_NAMEVALUE
impl Clone for CAT_NAMEVALUE
impl Copy for CAT_NAMEVALUE
Auto Trait Implementations
impl RefUnwindSafe for CAT_NAMEVALUE
impl !Send for CAT_NAMEVALUE
impl !Sync for CAT_NAMEVALUE
impl Unpin for CAT_NAMEVALUE
impl UnwindSafe for CAT_NAMEVALUE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more