Struct rust_htslib::htslib::_IO_marker
source · pub struct _IO_marker {
pub _next: *mut _IO_marker,
pub _sbuf: *mut _IO_FILE,
pub _pos: i32,
}
Fields§
§_next: *mut _IO_marker
§_sbuf: *mut _IO_FILE
§_pos: i32
Trait Implementations§
source§impl Clone for _IO_marker
impl Clone for _IO_marker
source§fn clone(&self) -> _IO_marker
fn clone(&self) -> _IO_marker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more