pub type tsk_flags_t = u32;Available on crate feature
bindings only.Expand description
@brief Container for bitwise flags.
@rst Bitwise flags are used in tskit as a column type and also as a way to specify options to API functions. @endrst
Trait Implementations§
Source§impl From<MutationParentsFlags> for tsk_flags_t
impl From<MutationParentsFlags> for tsk_flags_t
Source§fn from(value: MutationParentsFlags) -> Self
fn from(value: MutationParentsFlags) -> Self
Converts to this type from the input type.