#[repr(C)]
pub struct INET_FIREWALL_APP_CONTAINER { pub appContainerSid: *mut SID, pub userSid: *mut SID, pub appContainerName: PWSTR, pub displayName: PWSTR, pub description: PWSTR, pub capabilities: INET_FIREWALL_AC_CAPABILITIES, pub binaries: INET_FIREWALL_AC_BINARIES, pub workingDirectory: PWSTR, pub packageFullName: PWSTR, }
Expand description

Required features: "Win32_NetworkManagement_WindowsFirewall", "Win32_Foundation", "Win32_Security"

Fields

appContainerSid: *mut SIDuserSid: *mut SIDappContainerName: PWSTRdisplayName: PWSTRdescription: PWSTRcapabilities: INET_FIREWALL_AC_CAPABILITIESbinaries: INET_FIREWALL_AC_BINARIESworkingDirectory: PWSTRpackageFullName: PWSTR

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.