Skip to main content

Module shared

Module shared 

Source

Modules§

ffi
Helper methods/macros for using PixelScript
func
The internal PixelScript function logic.
module
The internal PixelScript Module structure.
object
The internal PixelScript PixelObject logic.
utils
var
The internal PixelScript Var logic.

Structs§

pxs_DirHandle
Type for DirHandle.

Enums§

pxs_Runtime
Public enum for supported runtimes.

Traits§

PixelScript
The trait to use for PixelScrpipting
PtrMagic
A shared trait for converting from/to a pointer. Specifically a (* mut Self)

Functions§

read_file
Read a file
read_file_dir
Read a Directory.
write_file
Write a file

Type Aliases§

LoadFileFn
Function Type for Loading a file.
ReadDirFn
Function Type for reading a Dir.
WriteFileFn
Function Type for writing a file.