Struct quake3_qvm::QVM [] [src]

pub struct QVM { /* fields omitted */ }

A Quake 3 virtual machine image.

A VM consists of instructions and data, where data is separated into

  • word-sized data
  • byte-sized data (LIT)
  • uninitialized data (BSS)

Methods

impl QVM
[src]

Creates a new VM instance.

Errors

lorem ipsum

Trait Implementations

impl Debug for QVM
[src]

Formats the value using the given formatter.

impl PartialEq for QVM
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.