RustArcStaticData<T> class
Should have exactly one instance per type.
For example, all std::sync::Arc<Apple>
objects should use one
RustArcTypeInfo
object, while all std::sync::Arc<Orange>
objects should use another.
The T
is just a marker type to remind the content type and has no use.
Constructors
- RustArcStaticData({required RustArcIncrementStrongCountFnType rustArcIncrementStrongCount, required RustArcDecrementStrongCountFnType rustArcDecrementStrongCount, required CrossPlatformFinalizerArg rustArcDecrementStrongCountPtr})
- Constructs the data
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited