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