Struct windows_sys::Win32::System::Services::SERVICE_TRIGGER_INFO
[−]#[repr(C)]pub struct SERVICE_TRIGGER_INFO {
pub cTriggers: u32,
pub pTriggers: *mut SERVICE_TRIGGER,
pub pReserved: *mut u8,
}
Expand description
Required features: "Win32_System_Services"
Fields
cTriggers: u32
pTriggers: *mut SERVICE_TRIGGER
pReserved: *mut u8
Trait Implementations
impl Clone for SERVICE_TRIGGER_INFO
impl Clone for SERVICE_TRIGGER_INFO
impl Copy for SERVICE_TRIGGER_INFO
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_TRIGGER_INFO
impl !Send for SERVICE_TRIGGER_INFO
impl !Sync for SERVICE_TRIGGER_INFO
impl Unpin for SERVICE_TRIGGER_INFO
impl UnwindSafe for SERVICE_TRIGGER_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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