#[repr(C)]
pub struct ESL_FILEPARSER { pub fp: *mut FILE, pub buf: *mut c_char, pub buflen: c_int, pub s: *mut c_char, pub commentchar: c_char, pub filename: *mut c_char, pub linenumber: c_int, pub errbuf: [c_char; 128], pub is_buffer: c_int, pub mem_buffer: *const c_char, pub mem_size: c_int, pub mem_pos: c_int, }

Fields

fp: *mut FILEbuf: *mut c_charbuflen: c_ints: *mut c_charcommentchar: c_charfilename: *mut c_charlinenumber: c_interrbuf: [c_char; 128]is_buffer: c_intmem_buffer: *const c_charmem_size: c_intmem_pos: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.