Struct windows_sys::Win32::System::Services::SERVICE_FAILURE_ACTIONSW
[−]#[repr(C)]pub struct SERVICE_FAILURE_ACTIONSW {
pub dwResetPeriod: u32,
pub lpRebootMsg: PWSTR,
pub lpCommand: PWSTR,
pub cActions: u32,
pub lpsaActions: *mut SC_ACTION,
}
Expand description
Required features: ‘Win32_System_Services’
Fields
dwResetPeriod: u32
lpRebootMsg: PWSTR
lpCommand: PWSTR
cActions: u32
lpsaActions: *mut SC_ACTION
Trait Implementations
impl Clone for SERVICE_FAILURE_ACTIONSW
impl Clone for SERVICE_FAILURE_ACTIONSW
impl Copy for SERVICE_FAILURE_ACTIONSW
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_FAILURE_ACTIONSW
impl !Send for SERVICE_FAILURE_ACTIONSW
impl !Sync for SERVICE_FAILURE_ACTIONSW
impl Unpin for SERVICE_FAILURE_ACTIONSW
impl UnwindSafe for SERVICE_FAILURE_ACTIONSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more