[][src]Struct kpathsea_sys::kpse_format_info_type

#[repr(C)]
pub struct kpse_format_info_type { pub type_: const_string, pub path: string, pub raw_path: const_string, pub path_source: const_string, pub override_path: const_string, pub client_path: const_string, pub cnf_path: const_string, pub default_path: const_string, pub suffix: *mut const_string, pub alt_suffix: *mut const_string, pub suffix_search_only: boolean, pub program: const_string, pub argc: c_int, pub argv: *mut const_string, pub program_enabled_p: boolean, pub program_enable_level: kpse_src_type, pub binmode: boolean, }

Fields

type_: const_stringpath: stringraw_path: const_stringpath_source: const_stringoverride_path: const_stringclient_path: const_stringcnf_path: const_stringdefault_path: const_stringsuffix: *mut const_stringalt_suffix: *mut const_stringsuffix_search_only: booleanprogram: const_stringargc: c_intargv: *mut const_stringprogram_enabled_p: booleanprogram_enable_level: kpse_src_typebinmode: boolean

Trait Implementations

impl Copy for kpse_format_info_type[src]

impl Clone for kpse_format_info_type[src]

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

Performs copy-assignment from source. Read more

impl Debug for kpse_format_info_type[src]

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]