Struct rustybam::bamstats::Stats[][src]

pub struct Stats {
Show fields pub q_nm: String, pub q_len: i64, pub q_st: i64, pub q_en: i64, pub r_nm: String, pub r_len: i64, pub r_st: i64, pub r_en: i64, pub strand: char, pub equal: u32, pub diff: u32, pub ins: u32, pub del: u32, pub matches: u32, pub ins_events: u32, pub del_events: u32, pub id_by_all: f32, pub id_by_events: f32, pub id_by_matches: f32,
}

Fields

q_nm: Stringq_len: i64q_st: i64q_en: i64r_nm: Stringr_len: i64r_st: i64r_en: i64strand: charequal: u32diff: u32ins: u32del: u32matches: u32ins_events: u32del_events: u32id_by_all: f32id_by_events: f32id_by_matches: f32

Trait Implementations

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

Should always be Self

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more

Checks if self is actually part of its subset T (and can be converted to it).

Use with care! Same as self.to_subset but without any property checks. Always succeeds.

The inclusion map: converts self to the equivalent element of its superset.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.