Struct sm64gs2pc::DECOMP_DATA_STATIC[][src]

pub struct DECOMP_DATA_STATIC { /* fields omitted */ }
Expand description

A pre-compiled DecompData

This is compiled into the crate and is automatically deserialized from bincode on the first access.

Methods from Deref<Target = DecompData>

Convert GameShark code to a patch in the unified diff format

Parameters
  • name - Name of cheat to be included in comment in patch
  • code - GameShark code to convert

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.