Struct samp_sdk::types::AMX_HEADER
[−]
[src]
#[repr(C, packed)]pub struct AMX_HEADER { pub size: i32, pub magic: u16, pub file_version: i8, pub amx_version: i8, pub flags: i16, pub defsize: i16, pub cod: i32, pub dat: i32, pub hea: i32, pub stp: i32, pub cip: i32, pub publics: i32, pub natives: i32, pub libraries: i32, pub pubvars: i32, pub tags: i32, pub nametable: i32, }
Fields
size: i32
magic: u16
file_version: i8
amx_version: i8
flags: i16
defsize: i16
cod: i32
dat: i32
hea: i32
stp: i32
cip: i32
publics: i32
natives: i32
libraries: i32
pubvars: i32
nametable: i32
Trait Implementations
impl Debug for AMX_HEADER[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for AMX_HEADER[src]
impl Clone for AMX_HEADER[src]
fn clone(&self) -> AMX_HEADER[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more