Struct rust_htslib::bcf::header::Id
source · pub struct Id(pub u32);
Expand description
A newtype for IDs from BCF headers.
Tuple Fields§
§0: u32
Methods from Deref<Target = u32>§
Trait Implementations§
source§impl FilterId for Id
impl FilterId for Id
fn id_from_header(&self, _header: &HeaderView) -> Result<Id>
fn is_pass(&self) -> bool
source§impl Ord for Id
impl Ord for Id
source§impl PartialOrd<Id> for Id
impl PartialOrd<Id> for Id
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more