#[repr(C)]pub struct _SERVICE_FAILURE_ACTIONSA {
pub dwResetPeriod: DWORD,
pub lpRebootMsg: LPSTR,
pub lpCommand: LPSTR,
pub cActions: DWORD,
pub lpsaActions: *mut SC_ACTION,
}
Fields§
§dwResetPeriod: DWORD
§lpRebootMsg: LPSTR
§lpCommand: LPSTR
§cActions: DWORD
§lpsaActions: *mut SC_ACTION
Trait Implementations§
Source§impl Clone for _SERVICE_FAILURE_ACTIONSA
impl Clone for _SERVICE_FAILURE_ACTIONSA
Source§fn clone(&self) -> _SERVICE_FAILURE_ACTIONSA
fn clone(&self) -> _SERVICE_FAILURE_ACTIONSA
Returns a copy 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 Debug for _SERVICE_FAILURE_ACTIONSA
impl Debug for _SERVICE_FAILURE_ACTIONSA
Source§impl Ord for _SERVICE_FAILURE_ACTIONSA
impl Ord for _SERVICE_FAILURE_ACTIONSA
Source§fn cmp(&self, other: &_SERVICE_FAILURE_ACTIONSA) -> Ordering
fn cmp(&self, other: &_SERVICE_FAILURE_ACTIONSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _SERVICE_FAILURE_ACTIONSA
impl PartialOrd for _SERVICE_FAILURE_ACTIONSA
impl Copy for _SERVICE_FAILURE_ACTIONSA
impl Eq for _SERVICE_FAILURE_ACTIONSA
impl StructuralPartialEq for _SERVICE_FAILURE_ACTIONSA
Auto Trait Implementations§
impl Freeze for _SERVICE_FAILURE_ACTIONSA
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