Struct libhmmer_sys::ESL_RANDOMNESS [−][src]
#[repr(C)]pub struct ESL_RANDOMNESS {
pub type_: c_int,
pub mti: c_int,
pub mt: [u32; 624],
pub x: u32,
pub seed: u32,
}Fields
type_: c_intmti: c_intmt: [u32; 624]x: u32seed: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ESL_RANDOMNESS
impl Send for ESL_RANDOMNESS
impl Sync for ESL_RANDOMNESS
impl Unpin for ESL_RANDOMNESS
impl UnwindSafe for ESL_RANDOMNESS
Blanket Implementations
Mutably borrows from an owned value. Read more