[][src]Struct kpathsea_sys::kpathsea_instance

#[repr(C)]
pub struct kpathsea_instance { pub record_input: p_record_input, pub record_output: p_record_output, pub cnf_hash: hash_table_type, pub doing_cnf_init: boolean, pub db: hash_table_type, pub alias_db: hash_table_type, pub db_dir_list: str_list_type, pub debug: c_uint, pub link_table: hash_table_type, pub the_cache: *mut cache_entry, pub cache_length: c_uint, pub map: hash_table_type, pub map_path: const_string, pub debug_hash_lookup_int: boolean, pub elt: string, pub elt_alloc: c_uint, pub path: const_string, pub followup_search: boolean, pub log_file: *mut FILE, pub log_opened: boolean, pub invocation_name: string, pub invocation_short_name: string, pub program_name: string, pub ll_verbose: c_int, pub fallback_font: const_string, pub fallback_resolutions_string: const_string, pub fallback_resolutions: *mut c_uint, pub format_info: [kpse_format_info_type; 59], pub make_tex_discard_errors: boolean, pub missfont: *mut FILE, pub expansions: *mut expansion_type, pub expansion_len: c_uint, pub saved_env: *mut *mut c_char, pub saved_count: c_int, }

Fields

record_input: p_record_inputrecord_output: p_record_outputcnf_hash: hash_table_typedoing_cnf_init: booleandb: hash_table_typealias_db: hash_table_typedb_dir_list: str_list_typedebug: c_uintlink_table: hash_table_typethe_cache: *mut cache_entrycache_length: c_uintmap: hash_table_typemap_path: const_stringdebug_hash_lookup_int: booleanelt: stringelt_alloc: c_uintpath: const_stringfollowup_search: booleanlog_file: *mut FILElog_opened: booleaninvocation_name: stringinvocation_short_name: stringprogram_name: stringll_verbose: c_intfallback_font: const_stringfallback_resolutions_string: const_stringfallback_resolutions: *mut c_uintformat_info: [kpse_format_info_type; 59]make_tex_discard_errors: booleanmissfont: *mut FILEexpansions: *mut expansion_typeexpansion_len: c_uintsaved_env: *mut *mut c_charsaved_count: c_int

Trait Implementations

impl Copy for kpathsea_instance[src]

impl Clone for kpathsea_instance[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]