MCPcopy Create free account

hub / github.com/ZettaScaleLabs/stabby / types & classes

Types & classes243 in github.com/ZettaScaleLabs/stabby

↓ 7 callersEnumType
stabby-macros/src/lib.rs:267
↓ 4 callersClassAdd
stabby/benches/dynptr.rs:31
↓ 4 callersClassSub
stabby/benches/dynptr.rs:35
↓ 3 callersClassAllocationError
stabby-abi/src/alloc/mod.rs:26
↓ 3 callersClassInstant
stabby/src/time.rs:272
↓ 3 callersClassMul
stabby/benches/dynptr.rs:39
↓ 3 callersClassNot
stabby-abi/src/enums/mod.rs:186
↓ 2 callersClassArcBTreeSetNode
An immutable ArcBTreeMap.
stabby-abi/src/alloc/collections/arc_btree.rs:425
↓ 2 callersClassBitIsErr
stabby-abi/src/enums/mod.rs:154
↓ 2 callersClassValueIsErr
stabby-abi/src/enums/mod.rs:92
↓ 1 callersClassArray
A type-fu linked list.
stabby-abi/src/istable.rs:206
↓ 1 callersClassBytesVisitor
stabby-abi/src/slice.rs:233
↓ 1 callersClassCanarySpec
stabby-macros/src/functions.rs:162
↓ 1 callersClassDeadbeef
stabby/src/tests/regressions/issue_112.rs:5
↓ 1 callersClassFields
stabby-abi/src/report.rs:118
↓ 1 callersClassReport
stabby-macros/src/lib.rs:303
↓ 1 callersClassSharedStableWaker
stabby-abi/src/future.rs:80
↓ 1 callersClassSlice
stabby-abi/src/slice.rs:22
↓ 1 callersClassStrVisitor
stabby-abi/src/str.rs:161
↓ 1 callersClassStringVisitor
stabby-abi/src/alloc/string.rs:392
↓ 1 callersClassSystemTime
stabby/src/time.rs:196
↓ 1 callersClassVTable
stabby-abi/src/vtable/mod.rs:52
↓ 1 callersClassVecVisitor
stabby-abi/src/alloc/vec.rs:863
InterfaceAccessAs
Provides access to a value _as if_ it were of another type. This is done by the following process: - memcopy `self` into `copy` - convert `copy` into
stabby-abi/src/lib.rs:129
ClassAlign1024
stabby/src/tests/layouts.rs:281
ClassAlign128
stabby/src/tests/layouts.rs:276
ClassAlignedAfter
Computes a `T`-typed field's layout when it's after `Start` bytes, taking `T`'s alignment into account.
stabby-abi/src/istable.rs:542
ClassAlignedStruct
Used by proc-macros to ensure a list of fields gets the proper end padding when specific alignments are requested.
stabby-abi/src/lib.rs:371
InterfaceAlignment
An alignment that `stabby` can build an array arround.
stabby-abi/src/typenum2/unsigned.rs:575
ClassAllocPrefix
stabby-abi/src/alloc/mod.rs:239
ClassAllocPtr
stabby-abi/src/alloc/mod.rs:273
ClassAllocSlice
stabby-abi/src/alloc/mod.rs:424
EnumAllowedRepr
stabby-macros/src/structs.rs:59
ClassAnonymRef
stabby-abi/src/fatptr.rs:23
ClassAnonymRefMut
stabby-abi/src/fatptr.rs:47
InterfaceAny
stabby-abi/src/vtable/mod.rs:461
ClassArc
stabby-abi/src/alloc/sync.rs:35
ClassArcBTreeMap
stabby-abi/src/alloc/collections/arc_btree.rs:112
ClassArcBTreeSet
stabby-abi/src/alloc/collections/arc_btree.rs:153
ClassArcBTreeSetEntry
A node of an immutable ArcBTreeMap.
stabby-abi/src/alloc/collections/arc_btree.rs:504
ClassArcBTreeSetNodeInner
stabby-abi/src/alloc/collections/arc_btree.rs:433
ClassArcSlice
stabby-abi/src/alloc/sync.rs:420
ClassArcStr
stabby-abi/src/alloc/string.rs:150
ClassArgs
stabby-macros/src/unions.rs:21
ClassArgs
stabby-macros/src/structs.rs:21
ClassArgs
stabby-macros/src/enums.rs:105
EnumArguments
stabby-macros/src/traits.rs:1203
InterfaceArrayify
Support for stabby computations
stabby-abi/src/istable.rs:485
ClassAssertStable
A ZST that's only allowed to exist if its generic parameter is ABI-stable.
stabby-abi/src/lib.rs:156
InterfaceAsyncRead
stabby/src/tests/traits.rs:133
ClassAtomicArc
An owner of an [`Arc<T, Alloc>`] whose pointee can be atomically changed.
stabby-abi/src/alloc/sync.rs:863
ClassAtomicArcBTreeSet
An [`ArcBTreeSet`] that can be atomically modified.
stabby-abi/src/alloc/collections/arc_btree.rs:6
ClassAtomicDuration
stabby/src/time.rs:114
ClassAtomicInstant
stabby/src/time.rs:318
ClassAttack
stabby/src/tests/regressions/issue_103.rs:15
EnumAttr
stabby-macros/src/functions.rs:40
ClassAttrs
stabby-macros/src/functions.rs:26
ClassB0
stabby-abi/src/typenum2/unsigned.rs:97
ClassB1
stabby-abi/src/typenum2/unsigned.rs:119
EnumBitDeterminant
stabby-abi/src/enums/mod.rs:45
ClassBool
stabby-abi/src/typenum2/unsigned.rs:141
ClassBox
stabby-abi/src/alloc/boxed.rs:27
ClassBoxedSlice
stabby-abi/src/alloc/boxed.rs:287
ClassBoxedStr
stabby-abi/src/alloc/string.rs:277
EnumCOp
stabby/benches/enums.rs:31
EnumCOption
stabby/benches/enums.rs:45
ClassCanariedImport
stabby-abi/src/checked_import.rs:21
ClassCanaries
stabby-macros/src/functions.rs:220
ClassCheckedImport
stabby-abi/src/checked_import.rs:52
InterfaceCompoundVt
Concatenate vtables
stabby-abi/src/vtable/mod.rs:276
InterfaceConstChecks
stabby-abi/src/lib.rs:196
EnumCow
stabby/src/allocs/borrow.rs:26
EnumCowStr
stabby/src/allocs/borrow.rs:57
ClassDeterminantProvider
stabby-abi/src/enums/err_non_empty.rs:44
ClassDeterminantProviderWithUnit
stabby-abi/src/enums/err_size_0.rs:30
ClassDoubleEndedDrain
stabby-abi/src/alloc/vec.rs:745
ClassDrain
stabby-abi/src/alloc/vec.rs:679
ClassDuration
stabby/src/time.rs:6
ClassDyn
A stable trait object (or a stable `&mut dyn`)
stabby-abi/src/fatptr.rs:229
ClassDynPtr
stabby-macros/src/lib.rs:137
ClassDynRef
A stable `&'a dyn Traits`
stabby-abi/src/fatptr.rs:173
ClassDynTraitBound
stabby-macros/src/traits.rs:167
ClassDynTraitDescription
stabby-macros/src/traits.rs:156
ClassDynTraitFn
stabby-macros/src/traits.rs:172
ClassEnd
stabby-abi/src/istable.rs:204
ClassEndPadding
stabby/src/tests/layouts.rs:126
ClassEntry
stabby-abi/src/alloc/collections/arc_btree.rs:76
ClassEqual
A equals B if `A::Cmp<B>` = Equal.
stabby-abi/src/typenum2/unsigned.rs:291
ClassErrGuard
A guard that ensures that niche determinants are reinserted if the `Err` variant of an [`Option`] is re-established after it may have been mutated. W
stabby-abi/src/result.rs:531
ClassExportArgs
stabby-macros/src/functions.rs:351
ClassFieldPair
stabby-abi/src/lib.rs:365
ClassFieldReport
stabby-abi/src/report.rs:95
EnumFieldsC
stabby/src/tests/layouts.rs:40
EnumFieldsStabby
stabby/src/tests/layouts.rs:45
ClassForbiddenRange
An inclusive range of forbidden values for a single byte.
stabby-abi/src/istable.rs:354
ClassFullRepr
stabby-macros/src/enums.rs:78
InterfaceFuture
stabby-abi/src/future.rs:178
EnumGenericArgument
stabby-macros/src/traits.rs:1208
ClassGreater
A is greater than B if `A::Cmp<B>` = Greater.
stabby-abi/src/typenum2/unsigned.rs:293
ClassH
Implementation detail for stabby's version of dyn traits.
stabby-abi/src/vtable/mod.rs:258
next →1–100 of 243, ranked by callers