#[repr(C)]pub struct FailureLatchSource {
pub _base: FailureLatch,
pub mFailed: bool,
pub mReason: string,
}
Fields§
§_base: FailureLatch
§mFailed: bool
§mReason: string
Trait Implementations§
Source§impl Debug for FailureLatchSource
impl Debug for FailureLatchSource
Source§impl PartialEq for FailureLatchSource
impl PartialEq for FailureLatchSource
impl StructuralPartialEq for FailureLatchSource
Auto Trait Implementations§
impl Freeze for FailureLatchSource
impl RefUnwindSafe for FailureLatchSource
impl !Send for FailureLatchSource
impl !Sync for FailureLatchSource
impl Unpin for FailureLatchSource
impl UnwindSafe for FailureLatchSource
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more