#[repr(C)]pub struct tsk_vargen_t {Show 14 fields
pub num_samples: size_t,
pub num_sites: size_t,
pub tree_sequence: *const tsk_treeseq_t,
pub sample_index_map: *const tsk_id_t,
pub alt_samples: *mut tsk_id_t,
pub alt_sample_index_map: *mut tsk_id_t,
pub user_alleles: bool,
pub user_alleles_mem: *mut c_char,
pub tree_site_index: size_t,
pub finished: c_int,
pub traversal_stack: *mut tsk_id_t,
pub tree: tsk_tree_t,
pub options: tsk_flags_t,
pub variant: tsk_variant_t,
}
Fields§
§num_samples: size_t
§num_sites: size_t
§tree_sequence: *const tsk_treeseq_t
§sample_index_map: *const tsk_id_t
§alt_samples: *mut tsk_id_t
§alt_sample_index_map: *mut tsk_id_t
§user_alleles: bool
§user_alleles_mem: *mut c_char
§tree_site_index: size_t
§finished: c_int
§traversal_stack: *mut tsk_id_t
§tree: tsk_tree_t
§options: tsk_flags_t
§variant: tsk_variant_t
Trait Implementations§
Source§impl Clone for tsk_vargen_t
impl Clone for tsk_vargen_t
Source§fn clone(&self) -> tsk_vargen_t
fn clone(&self) -> tsk_vargen_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for tsk_vargen_t
Auto Trait Implementations§
impl Freeze for tsk_vargen_t
impl RefUnwindSafe for tsk_vargen_t
impl !Send for tsk_vargen_t
impl !Sync for tsk_vargen_t
impl Unpin for tsk_vargen_t
impl UnwindSafe for tsk_vargen_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more