#[repr(C)]
pub struct ESL_SSI {Show 20 fields
pub fp: *mut FILE,
pub flags: u32,
pub offsz: u32,
pub nfiles: u16,
pub nprimary: u64,
pub nsecondary: u64,
pub flen: u32,
pub plen: u32,
pub slen: u32,
pub frecsize: u32,
pub precsize: u32,
pub srecsize: u32,
pub foffset: off_t,
pub poffset: off_t,
pub soffset: off_t,
pub filename: *mut *mut c_char,
pub fileformat: *mut u32,
pub fileflags: *mut u32,
pub bpl: *mut u32,
pub rpl: *mut u32,
}
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
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
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.