Struct vc6_sys::_SYSTEM_ALARM_ACE
source · #[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 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_ALARM_ACE
impl Debug for _SYSTEM_ALARM_ACE
impl Copy for _SYSTEM_ALARM_ACE
Auto Trait Implementations§
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