Skip to main content

arg_rex_t

Type Alias arg_rex_t 

Source
pub type arg_rex_t = arg_rex;

Aliased Type§

#[repr(C)]
pub struct arg_rex_t { pub hdr: arg_hdr, pub count: i32, pub sval: *mut *const u8, }

Fields§

§hdr: arg_hdr§count: i32§sval: *mut *const u8