Struct apollo_hyper_libretro_sys::SystemInfo
source · #[repr(C)]pub struct SystemInfo {
pub library_name: *const c_char,
pub library_version: *const c_char,
pub valid_extensions: *const c_char,
pub need_fullpath: bool,
pub block_extract: bool,
}Fields§
§library_name: *const c_char§library_version: *const c_char§valid_extensions: *const c_char§need_fullpath: bool§block_extract: boolTrait Implementations§
source§impl Clone for SystemInfo
impl Clone for SystemInfo
source§fn clone(&self) -> SystemInfo
fn clone(&self) -> SystemInfo
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