struct property
Describes the raw memory layout, construction, and pointer representation of this struct type.
Implementation
static final StructType<MsfGifResultD> struct = .new(
factory: MsfGifResultD.new,
layout: .aligned<MsfGifResultField>({
.data: RPointer(RVoid()),
.dataSize: RSize(),
.allocSize: RSize(),
.contextPointer: RPointer(RVoid()),
}),
);