Struct libhmmer_sys::ESL_SSI

source ·
#[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,
}

Fields§

§fp: *mut FILE§flags: u32§offsz: u32§nfiles: u16§nprimary: u64§nsecondary: u64§flen: u32§plen: u32§slen: u32§frecsize: u32§precsize: u32§srecsize: u32§foffset: off_t§poffset: off_t§soffset: off_t§filename: *mut *mut c_char§fileformat: *mut u32§fileflags: *mut u32§bpl: *mut u32§rpl: *mut u32

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
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.