Struct miniz_oxide::deflate::core::CallbackFunc [] [src]

pub struct CallbackFunc {
    pub put_buf_func: PutBufFuncPtrNotNull,
    pub put_buf_user: *mut c_void,
}

Callback function and user used in compress_to_output.

Fields

Trait Implementations

impl Copy for CallbackFunc
[src]

impl Clone for CallbackFunc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more