target_command_s

Type Alias target_command_s 

Source
pub type target_command_s = target_command;

Aliased Type§

#[repr(C)]
pub struct target_command_s { pub specific_name: *const i8, pub cmds: *const command, pub next: *mut target_command, }

Fields§

§specific_name: *const i8§cmds: *const command§next: *mut target_command