#[repr(C)]pub struct INET_FIREWALL_AC_CHANGE {
pub changeType: INET_FIREWALL_AC_CHANGE_TYPE,
pub createType: INET_FIREWALL_AC_CREATION_TYPE,
pub appContainerSid: *mut SID,
pub userSid: *mut SID,
pub displayName: PWSTR,
pub Anonymous: INET_FIREWALL_AC_CHANGE_0,
}
Expand description
Required features: ‘Win32_NetworkManagement_WindowsFirewall’, ‘Win32_Foundation’, ‘Win32_Security’
Fields
changeType: INET_FIREWALL_AC_CHANGE_TYPE
createType: INET_FIREWALL_AC_CREATION_TYPE
appContainerSid: *mut SID
userSid: *mut SID
displayName: PWSTR
Anonymous: INET_FIREWALL_AC_CHANGE_0
Trait Implementations
impl Clone for INET_FIREWALL_AC_CHANGE
impl Clone for INET_FIREWALL_AC_CHANGE
impl Copy for INET_FIREWALL_AC_CHANGE
Auto Trait Implementations
impl RefUnwindSafe for INET_FIREWALL_AC_CHANGE
impl !Send for INET_FIREWALL_AC_CHANGE
impl !Sync for INET_FIREWALL_AC_CHANGE
impl Unpin for INET_FIREWALL_AC_CHANGE
impl UnwindSafe for INET_FIREWALL_AC_CHANGE
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