#[repr(C)]pub struct tsk_variant_t {
pub site: *const tsk_site_t,
pub alleles: *mut *const c_char,
pub allele_lengths: *mut tsk_size_t,
pub num_alleles: tsk_size_t,
pub max_alleles: tsk_size_t,
pub has_missing_data: bool,
pub genotypes: tsk_variant_t__bindgen_ty_1,
}Fields§
§site: *const tsk_site_t§alleles: *mut *const c_char§allele_lengths: *mut tsk_size_t§num_alleles: tsk_size_t§max_alleles: tsk_size_t§has_missing_data: bool§genotypes: tsk_variant_t__bindgen_ty_1Trait Implementations§
Source§impl Clone for tsk_variant_t
impl Clone for tsk_variant_t
Source§fn clone(&self) -> tsk_variant_t
fn clone(&self) -> tsk_variant_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_variant_t
Auto Trait Implementations§
impl Freeze for tsk_variant_t
impl RefUnwindSafe for tsk_variant_t
impl !Send for tsk_variant_t
impl !Sync for tsk_variant_t
impl Unpin for tsk_variant_t
impl UnwindSafe for tsk_variant_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