Struct openvr_sys::AppOverrideKeys_t[][src]

#[repr(C)]
pub struct AppOverrideKeys_t { pub pchKey: *mut c_char, pub pchValue: *mut c_char, }

Fields

Trait Implementations

impl Debug for AppOverrideKeys_t
[src]

Formats the value using the given formatter. Read more

impl Copy for AppOverrideKeys_t
[src]

impl Clone for AppOverrideKeys_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations