Struct windows_sys::Win32::Security::WinTrust::INTENT_TO_SEAL_ATTRIBUTE
[−]Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Foundation"
Fields
version: u32
seal: BOOLEAN
Trait Implementations
impl Clone for INTENT_TO_SEAL_ATTRIBUTE
impl Clone for INTENT_TO_SEAL_ATTRIBUTE
impl Copy for INTENT_TO_SEAL_ATTRIBUTE
Auto Trait Implementations
impl RefUnwindSafe for INTENT_TO_SEAL_ATTRIBUTE
impl Send for INTENT_TO_SEAL_ATTRIBUTE
impl Sync for INTENT_TO_SEAL_ATTRIBUTE
impl Unpin for INTENT_TO_SEAL_ATTRIBUTE
impl UnwindSafe for INTENT_TO_SEAL_ATTRIBUTE
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