#[repr(C)]pub struct SERVICE_FAILURE_ACTIONS_FLAG {
pub fFailureActionsOnNonCrashFailures: BOOL,
}
Expand description
Required features: "Win32_System_Services"
, "Win32_Foundation"
Fields
fFailureActionsOnNonCrashFailures: BOOL
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more