Struct libretro_sys::Variable[][src]

#[repr(C)]
pub struct Variable { pub key: *const c_char, pub value: *const c_char, }

Fields

Trait Implementations

impl Clone for Variable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Variable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Variable

impl !Sync for Variable