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