Struct libhmmer_sys::ESL_SSI[][src]

#[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 FILEflags: u32offsz: u32nfiles: u16nprimary: u64nsecondary: u64flen: u32plen: u32slen: u32frecsize: u32precsize: u32srecsize: u32foffset: off_tpoffset: off_tsoffset: off_tfilename: *mut *mut c_charfileformat: *mut u32fileflags: *mut u32bpl: *mut u32rpl: *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

Performs the conversion.

Performs the conversion.

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)

recently added

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.