#[repr(C)]pub struct SERVICE_FAILURE_ACTIONSW {
pub dwResetPeriod: DWORD,
pub lpRebootMsg: LPWSTR,
pub lpCommand: LPWSTR,
pub cActions: DWORD,
pub lpsaActions: LPSC_ACTION,
}
Fields§
§dwResetPeriod: DWORD
§lpRebootMsg: LPWSTR
§lpCommand: LPWSTR
§cActions: DWORD
§lpsaActions: LPSC_ACTION
Trait Implementations§
Source§impl Clone for SERVICE_FAILURE_ACTIONSW
impl Clone for SERVICE_FAILURE_ACTIONSW
Source§fn clone(&self) -> SERVICE_FAILURE_ACTIONSW
fn clone(&self) -> SERVICE_FAILURE_ACTIONSW
Returns a duplicate 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 Default for SERVICE_FAILURE_ACTIONSW
impl Default for SERVICE_FAILURE_ACTIONSW
Source§fn default() -> SERVICE_FAILURE_ACTIONSW
fn default() -> SERVICE_FAILURE_ACTIONSW
Returns the “default value” for a type. Read more
impl Copy for SERVICE_FAILURE_ACTIONSW
Auto Trait Implementations§
impl Freeze for SERVICE_FAILURE_ACTIONSW
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