pub type SYSTEM_AUDIT_ACE = _SYSTEM_AUDIT_ACE;
Aliased Type§
struct SYSTEM_AUDIT_ACE {
pub Header: _ACE_HEADER,
pub Mask: u32,
pub SidStart: u32,
}
Fields§
§Header: _ACE_HEADER
§Mask: u32
§SidStart: u32
Trait Implementations
Source§impl Clone for _SYSTEM_AUDIT_ACE
impl Clone for _SYSTEM_AUDIT_ACE
Source§fn clone(&self) -> _SYSTEM_AUDIT_ACE
fn clone(&self) -> _SYSTEM_AUDIT_ACE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _SYSTEM_AUDIT_ACE
impl Debug for _SYSTEM_AUDIT_ACE
Source§impl Ord for _SYSTEM_AUDIT_ACE
impl Ord for _SYSTEM_AUDIT_ACE
Source§fn cmp(&self, other: &_SYSTEM_AUDIT_ACE) -> Ordering
fn cmp(&self, other: &_SYSTEM_AUDIT_ACE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more