Home
last modified time | relevance | path

Searched defs:CENTRAL_ACCESS_POLICY (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authorization/
H A Dmod.rs698 fn fmt(&self, fmt: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
699 …fmt.debug_struct("AUDIT_OBJECT_TYPES").field("Count", &self.Count).field("Flags", &self.Flags).fie…
703 fn eq(&self, other: &Self) -> bool {
704 … self.Count == other.Count && self.Flags == other.Flags && self.pObjectTypes == other.pObjectTypes
707 impl ::std::cmp::Eq for AUDIT_OBJECT_TYPES {}
708 unsafe impl ::windows::runtime::Abi for AUDIT_OBJECT_TYPES {
712 #[derive(:: std :: clone :: Clone, :: std :: marker :: Copy)] in default()
716 pub Type: AUDIT_PARAM_TYPE, in default()
717 pub Length: u32, in default()
722 #[cfg(feature = "Win32_Foundation")]
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs180 …t super::super::super::Foundation::PSID, capidcount: u32, caps: *mut *mut CENTRAL_ACCESS_POLICY, c… in LsaQueryCAPs()
575 pub struct CENTRAL_ACCESS_POLICY { struct
582 pub CAPEs: *mut *mut CENTRAL_ACCESS_POLICY_ENTRY, argument
585 impl ::core::marker::Copy for CENTRAL_ACCESS_POLICY {} argument
587 impl ::core::clone::Clone for CENTRAL_ACCESS_POLICY { implementation