Skip to main content

dr_app_arg_t

Type Alias dr_app_arg_t 

Source
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_void

The start boundary where the content of the arg begins.

§size: usize

The size, in bytes, of the argument.

§encoding: i32

The encoding of the argument.