pub type dr_app_arg_t = _dr_app_arg_t;Expand description
Contains information regarding an application’s command-line argument.
Aliased Type§
#[repr(C)]pub struct dr_app_arg_t {
pub start: *mut c_void,
pub size: usize,
pub encoding: i32,
}Fields§
§start: *mut c_voidThe start boundary where the content of the arg begins.
size: usizeThe size, in bytes, of the argument.
encoding: i32The encoding of the argument.