Union windows_sys::Win32::Security::Cryptography::Sip::SIP_CAP_SET_V3_0
#[repr(C)]
pub union SIP_CAP_SET_V3_0 {
pub dwFlags: u32,
pub dwReserved: u32,
}
Expand description
Required features: "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§
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