[][src]Module samp::prelude

Most used imports.

Re-exports

pub use crate::amx::AmxExt;
pub use crate::plugin::SampPlugin;

Structs

Amx

A wrapper around a raw pointer to an AMX and exported functions.

AmxString
Buffer

Contains a pointer to sequence of Amx cells.

Ref

A reference to a cell in the Amx.

UnsizedBuffer

It's more like a temorary buffer that comes from AMX when a native is calling.

Traits

AmxCell

AmxCell trait is a core trait of whole SDK. It shows that value can be borrowed (or copied if it's a primitive) from AMX and passed to it.

Type Definitions

AmxResult

A specialized Result type for operations on AMX.