Struct windows_sys::Win32::System::Services::SERVICE_FAILURE_ACTIONS_FLAG
#[repr(C)]pub struct SERVICE_FAILURE_ACTIONS_FLAG {
pub fFailureActionsOnNonCrashFailures: BOOL,
}Expand description
Required features: "Win32_Foundation"
Fields§
§fFailureActionsOnNonCrashFailures: BOOLTrait Implementations§
§impl Clone for SERVICE_FAILURE_ACTIONS_FLAG
impl Clone for SERVICE_FAILURE_ACTIONS_FLAG
impl Copy for SERVICE_FAILURE_ACTIONS_FLAG
Auto Trait Implementations§
impl RefUnwindSafe for SERVICE_FAILURE_ACTIONS_FLAG
impl Send for SERVICE_FAILURE_ACTIONS_FLAG
impl Sync for SERVICE_FAILURE_ACTIONS_FLAG
impl Unpin for SERVICE_FAILURE_ACTIONS_FLAG
impl UnwindSafe for SERVICE_FAILURE_ACTIONS_FLAG
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