#[repr(C)]
pub struct ESL_NEWSSI {
Show 21 fields pub ssifile: *mut c_char, pub ssifp: *mut FILE, pub external: c_int, pub max_ram: c_int, pub filenames: *mut *mut c_char, pub fileformat: *mut u32, pub bpl: *mut u32, pub rpl: *mut u32, pub flen: u32, pub nfiles: u16, pub pkeys: *mut ESL_PKEY, pub plen: u32, pub nprimary: u64, pub ptmpfile: *mut c_char, pub ptmp: *mut FILE, pub skeys: *mut ESL_SKEY, pub slen: u32, pub nsecondary: u64, pub stmpfile: *mut c_char, pub stmp: *mut FILE, pub errbuf: [c_char; 128],
}

Fields

ssifile: *mut c_charssifp: *mut FILEexternal: c_intmax_ram: c_intfilenames: *mut *mut c_charfileformat: *mut u32bpl: *mut u32rpl: *mut u32flen: u32nfiles: u16pkeys: *mut ESL_PKEYplen: u32nprimary: u64ptmpfile: *mut c_charptmp: *mut FILEskeys: *mut ESL_SKEYslen: u32nsecondary: u64stmpfile: *mut c_charstmp: *mut FILEerrbuf: [c_char; 128]

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.