Struct rust_libretro_sys::retro_variable
source · [−]Fields
key: *const c_charVariable 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_charValue to be obtained. If key does not exist, it is set to NULL.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for retro_variable
impl !Send for retro_variable
impl !Sync for retro_variable
impl Unpin for retro_variable
impl UnwindSafe for retro_variable
Blanket Implementations
Mutably borrows from an owned value. Read more
