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]

[src]

Formats the value using the given formatter. Read more

impl Copy for internal_state
[src]

impl Clone for internal_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations