pub type pb_ostream_t = pb_ostream_s;Aliased Type§
#[repr(C)]pub struct pb_ostream_t {
pub callback: Option<unsafe extern "C" fn(*mut pb_ostream_s, *const u8, usize) -> bool>,
pub state: *mut c_void,
pub max_size: usize,
pub bytes_written: usize,
pub errmsg: *const u8,
}Fields§
§callback: Option<unsafe extern "C" fn(*mut pb_ostream_s, *const u8, usize) -> bool>§state: *mut c_void§max_size: usize§bytes_written: usize§errmsg: *const u8