[−][src]Struct samp::raw::types::AMX
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: i32userdata: [*mut c_void; 4]error: i32paramcount: i32pri: i32alt: i32reset_stk: i32reset_hea: i32sysreq_d: i32Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,