pub type SYSTEM_RESOURCE_ATTRIBUTE_ACE = _SYSTEM_RESOURCE_ATTRIBUTE_ACE;
Aliased Type§
struct SYSTEM_RESOURCE_ATTRIBUTE_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_RESOURCE_ATTRIBUTE_ACE
impl Clone for _SYSTEM_RESOURCE_ATTRIBUTE_ACE
Source§fn clone(&self) -> _SYSTEM_RESOURCE_ATTRIBUTE_ACE
fn clone(&self) -> _SYSTEM_RESOURCE_ATTRIBUTE_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 Ord for _SYSTEM_RESOURCE_ATTRIBUTE_ACE
impl Ord for _SYSTEM_RESOURCE_ATTRIBUTE_ACE
Source§fn cmp(&self, other: &_SYSTEM_RESOURCE_ATTRIBUTE_ACE) -> Ordering
fn cmp(&self, other: &_SYSTEM_RESOURCE_ATTRIBUTE_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
Source§impl PartialEq for _SYSTEM_RESOURCE_ATTRIBUTE_ACE
impl PartialEq for _SYSTEM_RESOURCE_ATTRIBUTE_ACE
Source§fn eq(&self, other: &_SYSTEM_RESOURCE_ATTRIBUTE_ACE) -> bool
fn eq(&self, other: &_SYSTEM_RESOURCE_ATTRIBUTE_ACE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.