Struct minilzo_sys::Struct_lzo_callback_t [] [src]

#[repr(C)]
pub struct Struct_lzo_callback_t { pub nalloc: lzo_alloc_func_t, pub nfree: lzo_free_func_t, pub nprogress: lzo_progress_func_t, pub user1: *mut c_void, pub user2: lzo_uint, pub user3: lzo_uint, }

Fields

Trait Implementations

impl Copy for Struct_lzo_callback_t
[src]

impl Clone for Struct_lzo_callback_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_lzo_callback_t
[src]

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