Enum bam::bgzip::BlockState [−][src]
pub enum BlockState {
Empty,
Uncompressed,
Compressed,
Full,
}Expand description
Enum that describes the block state.
Variants
Empty
Block is empty and contains no information.
Uncompressed
Block contains only uncompressed data.
Compressed
Block contains only compressed data.
Full
Block contains both uncompressed data and its compressed representation.
Implementations
Returns true if the block contains uncompressed data.
Returns true if the block contains compressed data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockState
impl Send for BlockState
impl Sync for BlockState
impl Unpin for BlockState
impl UnwindSafe for BlockState
Blanket Implementations
Mutably borrows from an owned value. Read more
