Struct rust_libretro_sys::retro_variable
source · Fields§
§key: *const c_char
Variable to query in RETRO_ENVIRONMENT_GET_VARIABLE. If NULL, obtains the complete environment string if more complex parsing is necessary. The environment string is formatted as key-value pairs delimited by semicolons as so: “key1=value1;key2=value2;…”
value: *const c_char
Value to be obtained. If key does not exist, it is set to NULL.
Trait Implementations§
source§impl Clone for retro_variable
impl Clone for retro_variable
source§fn clone(&self) -> retro_variable
fn clone(&self) -> retro_variable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more