Struct libhmmer_sys::ESL_PKEY [−][src]
#[repr(C)]pub struct ESL_PKEY {
pub key: *mut c_char,
pub fnum: u16,
pub r_off: off_t,
pub d_off: off_t,
pub len: i64,
}Fields
key: *mut c_charfnum: u16r_off: off_td_off: off_tlen: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ESL_PKEY
impl UnwindSafe for ESL_PKEY
Blanket Implementations
Mutably borrows from an owned value. Read more