#[repr(C)]
pub union INET_FIREWALL_AC_CHANGE_0 {
pub capabilities: INET_FIREWALL_AC_CAPABILITIES,
pub binaries: INET_FIREWALL_AC_BINARIES,
}
Expand description
Required features: "Win32_NetworkManagement_WindowsFirewall"
, "Win32_Foundation"
, "Win32_Security"
Fields
capabilities: INET_FIREWALL_AC_CAPABILITIES
binaries: INET_FIREWALL_AC_BINARIES
Trait Implementations
impl Clone for INET_FIREWALL_AC_CHANGE_0
impl Clone for INET_FIREWALL_AC_CHANGE_0
impl Copy for INET_FIREWALL_AC_CHANGE_0
Auto Trait Implementations
impl RefUnwindSafe for INET_FIREWALL_AC_CHANGE_0
impl !Send for INET_FIREWALL_AC_CHANGE_0
impl !Sync for INET_FIREWALL_AC_CHANGE_0
impl Unpin for INET_FIREWALL_AC_CHANGE_0
impl UnwindSafe for INET_FIREWALL_AC_CHANGE_0
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