#[repr(C)]pub struct _SERVICE_FAILURE_ACTIONS_FLAG {
pub fFailureActionsOnNonCrashFailures: BOOL,
}
Fields§
§fFailureActionsOnNonCrashFailures: BOOL
Trait Implementations§
Source§impl Clone for _SERVICE_FAILURE_ACTIONS_FLAG
impl Clone for _SERVICE_FAILURE_ACTIONS_FLAG
Source§fn clone(&self) -> _SERVICE_FAILURE_ACTIONS_FLAG
fn clone(&self) -> _SERVICE_FAILURE_ACTIONS_FLAG
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 Ord for _SERVICE_FAILURE_ACTIONS_FLAG
impl Ord for _SERVICE_FAILURE_ACTIONS_FLAG
Source§fn cmp(&self, other: &_SERVICE_FAILURE_ACTIONS_FLAG) -> Ordering
fn cmp(&self, other: &_SERVICE_FAILURE_ACTIONS_FLAG) -> 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 PartialEq for _SERVICE_FAILURE_ACTIONS_FLAG
impl PartialEq for _SERVICE_FAILURE_ACTIONS_FLAG
Source§fn eq(&self, other: &_SERVICE_FAILURE_ACTIONS_FLAG) -> bool
fn eq(&self, other: &_SERVICE_FAILURE_ACTIONS_FLAG) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _SERVICE_FAILURE_ACTIONS_FLAG
impl PartialOrd for _SERVICE_FAILURE_ACTIONS_FLAG
impl Copy for _SERVICE_FAILURE_ACTIONS_FLAG
impl Eq for _SERVICE_FAILURE_ACTIONS_FLAG
impl StructuralPartialEq for _SERVICE_FAILURE_ACTIONS_FLAG
Auto Trait Implementations§
impl Freeze for _SERVICE_FAILURE_ACTIONS_FLAG
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