#[repr(C)]pub struct _SERVICE_TRIGGER {
pub dwTriggerType: DWORD,
pub dwAction: DWORD,
pub pTriggerSubtype: *mut GUID,
pub cDataItems: DWORD,
pub pDataItems: PSERVICE_TRIGGER_SPECIFIC_DATA_ITEM,
}Fields§
§dwTriggerType: DWORD§dwAction: DWORD§pTriggerSubtype: *mut GUID§cDataItems: DWORD§pDataItems: PSERVICE_TRIGGER_SPECIFIC_DATA_ITEMTrait Implementations§
Source§impl Clone for _SERVICE_TRIGGER
impl Clone for _SERVICE_TRIGGER
Source§fn clone(&self) -> _SERVICE_TRIGGER
fn clone(&self) -> _SERVICE_TRIGGER
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 _SERVICE_TRIGGER
impl Debug for _SERVICE_TRIGGER
impl Copy for _SERVICE_TRIGGER
Auto Trait Implementations§
impl Freeze for _SERVICE_TRIGGER
impl RefUnwindSafe for _SERVICE_TRIGGER
impl !Send for _SERVICE_TRIGGER
impl !Sync for _SERVICE_TRIGGER
impl Unpin for _SERVICE_TRIGGER
impl UnwindSafe for _SERVICE_TRIGGER
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