#[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_ITEM
Trait 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 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 _SERVICE_TRIGGER
impl Debug for _SERVICE_TRIGGER
Source§impl Ord for _SERVICE_TRIGGER
impl Ord for _SERVICE_TRIGGER
Source§fn cmp(&self, other: &_SERVICE_TRIGGER) -> Ordering
fn cmp(&self, other: &_SERVICE_TRIGGER) -> 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 PartialEq for _SERVICE_TRIGGER
impl PartialEq for _SERVICE_TRIGGER
Source§impl PartialOrd for _SERVICE_TRIGGER
impl PartialOrd for _SERVICE_TRIGGER
impl Copy for _SERVICE_TRIGGER
impl Eq for _SERVICE_TRIGGER
impl StructuralPartialEq 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