Crate playdate_sys

source ·

Re-exports

  • pub extern crate alloc;

Modules

Macros

  • Get ref to struct of fn from API.
  • Try get ref to struct of fn from API, returns Result with crate::error::NullPtrError.
  • Try get ref to struct of fn from API, returns Option.
  • Get raw ptr to struct or fn of API, using unsafe pointer dereferencing.
  • Adds low-level symbols required by gcc for unwinding & exceptions (if -fno-exceptions or -fno-rtti not set).
  • Print line to stdout, simulator’s console or device’s output.

Statics

  • Main unsafe API endpoint.

Functions

  • Returns reference to main API endpoint (ApiRef).

Type Aliases

  • Reference to main (root) API endpoint.