Struct windows_sys::Win32::System::Services::SERVICE_FAILURE_ACTIONSA
#[repr(C)]pub struct SERVICE_FAILURE_ACTIONSA {
pub dwResetPeriod: u32,
pub lpRebootMsg: PSTR,
pub lpCommand: PSTR,
pub cActions: u32,
pub lpsaActions: *mut SC_ACTION,
}
Fields§
§dwResetPeriod: u32
§lpRebootMsg: PSTR
§lpCommand: PSTR
§cActions: u32
§lpsaActions: *mut SC_ACTION
Trait Implementations§
§impl Clone for SERVICE_FAILURE_ACTIONSA
impl Clone for SERVICE_FAILURE_ACTIONSA
impl Copy for SERVICE_FAILURE_ACTIONSA
Auto Trait Implementations§
impl RefUnwindSafe for SERVICE_FAILURE_ACTIONSA
impl !Send for SERVICE_FAILURE_ACTIONSA
impl !Sync for SERVICE_FAILURE_ACTIONSA
impl Unpin for SERVICE_FAILURE_ACTIONSA
impl UnwindSafe for SERVICE_FAILURE_ACTIONSA
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