Struct librdkafka_sys::_IO_marker [] [src]

pub struct _IO_marker {
    pub _next: *mut _IO_marker,
    pub _sbuf: *mut _IO_FILE,
    pub _pos: c_int,
    // some fields omitted
}

Fields

Trait Implementations

impl Copy for _IO_marker
[src]

impl Clone for _IO_marker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _IO_marker
[src]

Formats the value using the given formatter.

impl Default for _IO_marker
[src]

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