Union windows_sys::Win32::Security::Cryptography::Sip::SIP_CAP_SET_V3_0
[−]Expand description
Required features: ‘Win32_Security_Cryptography_Sip’, ‘Win32_Foundation’
Fields
dwFlags: u32
dwReserved: u32
Trait Implementations
impl Clone for SIP_CAP_SET_V3_0
impl Clone for SIP_CAP_SET_V3_0
impl Copy for SIP_CAP_SET_V3_0
Auto Trait Implementations
impl RefUnwindSafe for SIP_CAP_SET_V3_0
impl Send for SIP_CAP_SET_V3_0
impl Sync for SIP_CAP_SET_V3_0
impl Unpin for SIP_CAP_SET_V3_0
impl UnwindSafe for SIP_CAP_SET_V3_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more