pub type ACCESS_DENIED_ACE = _ACCESS_DENIED_ACE;
Aliased Type§
struct ACCESS_DENIED_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 _ACCESS_DENIED_ACE
impl Clone for _ACCESS_DENIED_ACE
Source§fn clone(&self) -> _ACCESS_DENIED_ACE
fn clone(&self) -> _ACCESS_DENIED_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 _ACCESS_DENIED_ACE
impl Debug for _ACCESS_DENIED_ACE
Source§impl Ord for _ACCESS_DENIED_ACE
impl Ord for _ACCESS_DENIED_ACE
Source§fn cmp(&self, other: &_ACCESS_DENIED_ACE) -> Ordering
fn cmp(&self, other: &_ACCESS_DENIED_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