[]Struct rust_htslib::bcf::header::Id

pub struct Id(pub u32);

A newtype for IDs from BCF headers.

Trait Implementations

impl From<u32> for Id

impl From<Id> for u32

impl Clone for Id

impl Copy for Id

impl Eq for Id

impl Ord for Id

impl PartialEq<Id> for Id

impl PartialOrd<Id> for Id

impl Deref for Id

type Target = u32

The resulting type after dereferencing.

impl Debug for Id

impl StructuralPartialEq for Id

impl StructuralEq for Id

Auto Trait Implementations

impl Send for Id

impl Sync for Id

impl Unpin for Id

impl UnwindSafe for Id

impl RefUnwindSafe for Id

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]