Type Alias scallop::bash::ShellVar

source ·
pub type ShellVar = variable;

Aliased Type§

struct ShellVar {
    pub name: *mut i8,
    pub value: *mut i8,
    pub exportstr: *mut i8,
    pub dynamic_value: Option<unsafe extern "C" fn(_: *mut variable) -> *mut variable>,
    pub assign_func: Option<unsafe extern "C" fn(_: *mut variable, _: *mut i8, _: i64, _: *mut i8) -> *mut variable>,
    pub attributes: i32,
    pub context: i32,
}

Fields§

§name: *mut i8§value: *mut i8§exportstr: *mut i8§dynamic_value: Option<unsafe extern "C" fn(_: *mut variable) -> *mut variable>§assign_func: Option<unsafe extern "C" fn(_: *mut variable, _: *mut i8, _: i64, _: *mut i8) -> *mut variable>§attributes: i32§context: i32