Trait AuxArrayElement
Other items inrust_htslib::bam::record
pub trait AuxArrayElement: Copy { fn from_le_bytes(bytes: &[u8]) -> Option<Self>; }
Types that can be used in aux arrays.
fn from_le_bytes(bytes: &[u8]) -> Option<Self>
impl AuxArrayElement for i8
impl AuxArrayElement for u8
impl AuxArrayElement for i16
impl AuxArrayElement for u16
impl AuxArrayElement for i32
impl AuxArrayElement for u32
impl AuxArrayElement for f32