#[repr(C)]pub struct GarbageCollectionEvent {
pub majorGCNumber_: u64,
pub reason: *const i8,
pub nonincrementalReason: *const i8,
pub collections: __BindgenOpaqueArray<u64, 3>,
}
Fields§
§majorGCNumber_: u64
§reason: *const i8
§nonincrementalReason: *const i8
§collections: __BindgenOpaqueArray<u64, 3>
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 Freeze for GarbageCollectionEvent
impl RefUnwindSafe for GarbageCollectionEvent
impl !Send for GarbageCollectionEvent
impl !Sync for GarbageCollectionEvent
impl Unpin 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
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