#[repr(C)]pub struct GarbageCollectionEvent {
pub majorGCNumber_: u64,
pub reason: *const c_char,
pub nonincrementalReason: *const c_char,
pub collections: __BindgenOpaqueArray<u64, 3usize>,
}Fields§
§majorGCNumber_: u64§reason: *const c_char§nonincrementalReason: *const c_char§collections: __BindgenOpaqueArray<u64, 3usize>Trait Implementations§
Source§impl Debug for GarbageCollectionEvent
impl Debug for GarbageCollectionEvent
Source§impl PartialEq for GarbageCollectionEvent
impl PartialEq for GarbageCollectionEvent
impl StructuralPartialEq for GarbageCollectionEvent
Auto Trait Implementations§
impl !Send for GarbageCollectionEvent
impl !Sync for GarbageCollectionEvent
impl Freeze for GarbageCollectionEvent
impl RefUnwindSafe for GarbageCollectionEvent
impl Unpin for GarbageCollectionEvent
impl UnsafeUnpin for GarbageCollectionEvent
impl UnwindSafe for GarbageCollectionEvent
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
impl<T> ErasedDestructor for Twhere
T: 'static,
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