StructFieldBase<E> class
abstract
Constructors
- StructFieldBase(int offset)
-
const
Properties
Methods
-
allocate(
RaylibTemp< RaylibBase> temp, MemoryPointer<RType> p, String key, {int count = 1, bool raw = false}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
MemoryPointer< RType> p) → E -
readOr(
MemoryPointer< RType> ? p, E fallback) → E -
toString(
) → String -
A string representation of this object.
inherited
-
write(
MemoryPointer< RType> p, E value) → E -
writeOr(
MemoryPointer< RType> ? p, E value) → E
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited