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,
}Fields§
§dwResetPeriod: u32§lpRebootMsg: PWSTR§lpCommand: PWSTR§cActions: u32§lpsaActions: *mut SC_ACTIONTrait 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§
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