[][src]Struct samp::raw::types::AMX_HEADER

#[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: i32magic: u16file_version: i8amx_version: i8flags: i16defsize: i16cod: i32dat: i32hea: i32stp: i32cip: i32publics: i32natives: i32libraries: i32pubvars: i32tags: i32nametable: i32

Auto Trait Implementations

impl Send for AMX_HEADER

impl Sync for AMX_HEADER

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.