Struct samp_sdk::types::AMX_NATIVE_INFO  
                   
                       [−]
                   
               [src]
#[repr(C, packed)]pub struct AMX_NATIVE_INFO { pub name: *const i8, pub func: AmxNative, }
Fields
name: *const i8
                           
                           
                           
                           func: AmxNative
                           
            Trait Implementations
impl Debug for AMX_NATIVE_INFO[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for AMX_NATIVE_INFO[src]
impl Clone for AMX_NATIVE_INFO[src]
fn clone(&self) -> AMX_NATIVE_INFO[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