Struct tskit::bindings::tsk_ibd_finder_t[][src]

#[repr(C)]
pub struct tsk_ibd_finder_t {
Show 19 fields pub pairs: *mut tsk_id_t, pub num_pairs: size_t, pub num_nodes: size_t, pub num_unique_nodes_in_pair: size_t, pub pair_map: *mut i64, pub sequence_length: f64, pub tables: *mut tsk_table_collection_t, pub ibd_segments_head: *mut *mut tsk_segment_t, pub ibd_segments_tail: *mut *mut tsk_segment_t, pub segment_heap: tsk_blkalloc_t, pub is_sample: *mut bool, pub paired_nodes_index: *mut tsk_id_t, pub min_length: f64, pub max_time: f64, pub ancestor_map_head: *mut *mut tsk_segment_t, pub ancestor_map_tail: *mut *mut tsk_segment_t, pub segment_queue: *mut tsk_segment_t, pub segment_queue_size: size_t, pub max_segment_queue_size: size_t,
}

Fields

pairs: *mut tsk_id_tnum_pairs: size_tnum_nodes: size_tnum_unique_nodes_in_pair: size_tpair_map: *mut i64sequence_length: f64tables: *mut tsk_table_collection_tibd_segments_head: *mut *mut tsk_segment_tibd_segments_tail: *mut *mut tsk_segment_tsegment_heap: tsk_blkalloc_tis_sample: *mut boolpaired_nodes_index: *mut tsk_id_tmin_length: f64max_time: f64ancestor_map_head: *mut *mut tsk_segment_tancestor_map_tail: *mut *mut tsk_segment_tsegment_queue: *mut tsk_segment_tsegment_queue_size: size_tmax_segment_queue_size: size_t

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.