Struct croaring_sys::_IO_marker [] [src]

#[repr(C)]
pub struct _IO_marker { pub _next: *mut _IO_marker, pub _sbuf: *mut _IO_FILE, pub _pos: c_int, }

Fields

Trait Implementations

impl Debug for _IO_marker
[src]

[src]

Formats the value using the given formatter.

impl Copy for _IO_marker
[src]

impl Clone for _IO_marker
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more