Struct ogg_sys::oggpack_buffer [] [src]

#[repr(C)]
pub struct oggpack_buffer { pub endbyte: c_long, pub endbit: c_int, pub buffer: *mut c_uchar, pub ptr: *mut c_uchar, pub storage: c_long, }

Fields