Struct croaring_sys::_IO_cookie_io_functions_t [] [src]

#[repr(C)]
pub struct _IO_cookie_io_functions_t { pub read: __io_read_fn, pub write: __io_write_fn, pub seek: __io_seek_fn, pub close: __io_close_fn, }

Fields

Trait Implementations

impl Debug for _IO_cookie_io_functions_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for _IO_cookie_io_functions_t
[src]

impl Clone for _IO_cookie_io_functions_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more