#[repr(C)]pub struct _SYSTEM_AUDIT_CALLBACK_ACE {
pub Header: ACE_HEADER,
pub Mask: ACCESS_MASK,
pub SidStart: DWORD,
}
Fields§
§Header: ACE_HEADER
§Mask: ACCESS_MASK
§SidStart: DWORD
Trait Implementations§
Source§impl Clone for _SYSTEM_AUDIT_CALLBACK_ACE
impl Clone for _SYSTEM_AUDIT_CALLBACK_ACE
Source§fn clone(&self) -> _SYSTEM_AUDIT_CALLBACK_ACE
fn clone(&self) -> _SYSTEM_AUDIT_CALLBACK_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_CALLBACK_ACE
impl Debug for _SYSTEM_AUDIT_CALLBACK_ACE
Source§impl Ord for _SYSTEM_AUDIT_CALLBACK_ACE
impl Ord for _SYSTEM_AUDIT_CALLBACK_ACE
Source§fn cmp(&self, other: &_SYSTEM_AUDIT_CALLBACK_ACE) -> Ordering
fn cmp(&self, other: &_SYSTEM_AUDIT_CALLBACK_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 PartialOrd for _SYSTEM_AUDIT_CALLBACK_ACE
impl PartialOrd for _SYSTEM_AUDIT_CALLBACK_ACE
impl Copy for _SYSTEM_AUDIT_CALLBACK_ACE
impl Eq for _SYSTEM_AUDIT_CALLBACK_ACE
impl StructuralPartialEq for _SYSTEM_AUDIT_CALLBACK_ACE
Auto Trait Implementations§
impl Freeze for _SYSTEM_AUDIT_CALLBACK_ACE
impl RefUnwindSafe for _SYSTEM_AUDIT_CALLBACK_ACE
impl Send for _SYSTEM_AUDIT_CALLBACK_ACE
impl Sync for _SYSTEM_AUDIT_CALLBACK_ACE
impl Unpin for _SYSTEM_AUDIT_CALLBACK_ACE
impl UnwindSafe for _SYSTEM_AUDIT_CALLBACK_ACE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more