Struct windows_sys::Win32::System::Services::SERVICE_TRIGGER
[−]#[repr(C)]pub struct SERVICE_TRIGGER {
pub dwTriggerType: SERVICE_TRIGGER_TYPE,
pub dwAction: SERVICE_TRIGGER_ACTION,
pub pTriggerSubtype: *mut GUID,
pub cDataItems: u32,
pub pDataItems: *mut SERVICE_TRIGGER_SPECIFIC_DATA_ITEM,
}Expand description
Required features: "Win32_System_Services"
Fields
dwTriggerType: SERVICE_TRIGGER_TYPEdwAction: SERVICE_TRIGGER_ACTIONpTriggerSubtype: *mut GUIDcDataItems: u32pDataItems: *mut SERVICE_TRIGGER_SPECIFIC_DATA_ITEMTrait Implementations
impl Clone for SERVICE_TRIGGER
impl Clone for SERVICE_TRIGGER
impl Copy for SERVICE_TRIGGER
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more