command_s

Type Alias command_s 

Source
pub type command_s = command;

Aliased Type§

#[repr(C)]
pub struct command_s { pub cmd: *const i8, pub handler: Option<unsafe extern "C" fn(*mut target, i32, *mut *const i8) -> bool>, pub help: *const i8, }

Fields§

§cmd: *const i8§handler: Option<unsafe extern "C" fn(*mut target, i32, *mut *const i8) -> bool>§help: *const i8