#[repr(C)]pub struct RealmStats {Show 18 fields
pub objectsPrivate: usize,
pub scriptsGCHeap: usize,
pub scriptsMallocHeapData: usize,
pub baselineData: usize,
pub allocSites: usize,
pub ionData: usize,
pub jitScripts: usize,
pub realmObject: usize,
pub realmTables: usize,
pub innerViewsTable: usize,
pub objectMetadataTable: usize,
pub savedStacksSet: usize,
pub nonSyntacticLexicalScopesTable: usize,
pub classInfo: ClassInfo,
pub extra: *mut c_void,
pub allClasses: __BindgenOpaqueArray<u64, 4>,
pub notableClasses: __BindgenOpaqueArray<u64, 3>,
pub isTotals: bool,
}
Fields§
§objectsPrivate: usize
§scriptsGCHeap: usize
§scriptsMallocHeapData: usize
§baselineData: usize
§allocSites: usize
§ionData: usize
§jitScripts: usize
§realmObject: usize
§realmTables: usize
§innerViewsTable: usize
§objectMetadataTable: usize
§savedStacksSet: usize
§nonSyntacticLexicalScopesTable: usize
§classInfo: ClassInfo
§extra: *mut c_void
§allClasses: __BindgenOpaqueArray<u64, 4>
§notableClasses: __BindgenOpaqueArray<u64, 3>
§isTotals: bool
Trait Implementations§
Source§impl Debug for RealmStats
impl Debug for RealmStats
Source§impl PartialEq for RealmStats
impl PartialEq for RealmStats
impl StructuralPartialEq for RealmStats
Auto Trait Implementations§
impl Freeze for RealmStats
impl RefUnwindSafe for RealmStats
impl !Send for RealmStats
impl !Sync for RealmStats
impl Unpin for RealmStats
impl UnwindSafe for RealmStats
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