Struct rust_htslib::htslib::internal_state[][src]

#[repr(C)]
pub struct internal_state { pub dummy: c_int, }

Fields

Trait Implementations

impl Debug for internal_state
[src]

Formats the value using the given formatter. Read more

impl Copy for internal_state
[src]

impl Clone for internal_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations