Struct winapi::ntsecapi::POLICY_AUDIT_SUBCATEGORIES_INFO [] [src]

#[repr(C)]
pub struct POLICY_AUDIT_SUBCATEGORIES_INFO { pub MaximumSubCategoryCount: ULONG, pub EventAuditingOptions: PPOLICY_AUDIT_EVENT_OPTIONS, }

Fields

Trait Implementations

impl Debug for POLICY_AUDIT_SUBCATEGORIES_INFO
[src]

Formats the value using the given formatter.

impl Copy for POLICY_AUDIT_SUBCATEGORIES_INFO
[src]

impl Clone for POLICY_AUDIT_SUBCATEGORIES_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more