StructDLiteral<D extends StructD<D, C>, C extends NativeType> constructor

StructDLiteral<D extends StructD<D, C>, C extends NativeType>({
  1. Pointer<C>? originalPointer,
})

Implementation

StructDLiteral({
  super.originalPointer,
});