Struct rcap::Struct__IO_marker [] [src]

pub struct Struct__IO_marker {
    pub _next: *mut Struct__IO_marker,
    pub _sbuf: *mut Struct__IO_FILE,
    pub _pos: c_int,
}

Fields

_next: *mut Struct__IO_marker _sbuf: *mut Struct__IO_FILE _pos: c_int

Trait Implementations

impl Copy for Struct__IO_marker
[src]

impl Clone for Struct__IO_marker
[src]

fn clone(&self) -> Self

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

impl Default for Struct__IO_marker
[src]

fn default() -> Self

Returns the "default value" for a type. Read more