jpeg_common_struct

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct jpeg_common_struct {}

Members

Mixins

__anonymous
mixin jpeg_common_fields!()
Undocumented in source.

Mixed In Members

From mixin jpeg_common_fields!()

err
jpeg_error_mgr* err;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mem
jpeg_memory_mgr* mem;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
progress
jpeg_progress_mgr* progress;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
client_data
void* client_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
is_decompressor
boolean is_decompressor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
global_state
int global_state;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta