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

#[repr(C, packed)]
pub struct AMX { pub base: *mut u8, pub data: *mut u8, pub callback: extern "C" fn(*mut AMX, i32, *mut i32, *mut i32) -> i32, pub debug: extern "C" fn(*mut AMX) -> i32, pub cip: i32, pub frm: i32, pub hea: i32, pub hlw: i32, pub stk: i32, pub stp: i32, pub flags: i32, pub usertags: [i32; 4], pub userdata: [*mut c_void; 4], pub error: i32, pub paramcount: i32, pub pri: i32, pub alt: i32, pub reset_stk: i32, pub reset_hea: i32, pub sysreq_d: i32, }

Fields

base: *mut u8data: *mut u8callback: extern "C" fn(*mut AMX, i32, *mut i32, *mut i32) -> i32debug: extern "C" fn(*mut AMX) -> i32cip: i32frm: i32hea: i32hlw: i32stk: i32stp: i32flags: i32usertags: [i32; 4]userdata: [*mut c_void; 4]error: i32paramcount: i32pri: i32alt: i32reset_stk: i32reset_hea: i32sysreq_d: i32

Auto Trait Implementations

impl !Send for AMX

impl !Sync for AMX

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.