#[repr(C)]pub struct _SYSTEM_ALARM_ACE {
pub Header: ACE_HEADER,
pub Mask: ACCESS_MASK,
pub SidStart: DWORD,
}Fields§
§Header: ACE_HEADER§Mask: ACCESS_MASK§SidStart: DWORDTrait Implementations§
Source§impl Clone for _SYSTEM_ALARM_ACE
impl Clone for _SYSTEM_ALARM_ACE
Source§fn clone(&self) -> _SYSTEM_ALARM_ACE
fn clone(&self) -> _SYSTEM_ALARM_ACE
Returns a duplicate 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_ALARM_ACE
impl Debug for _SYSTEM_ALARM_ACE
impl Copy for _SYSTEM_ALARM_ACE
Auto Trait Implementations§
impl Freeze for _SYSTEM_ALARM_ACE
impl RefUnwindSafe for _SYSTEM_ALARM_ACE
impl Send for _SYSTEM_ALARM_ACE
impl Sync for _SYSTEM_ALARM_ACE
impl Unpin for _SYSTEM_ALARM_ACE
impl UnwindSafe for _SYSTEM_ALARM_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