pub type php_stream_bucket = _php_stream_bucket;Aliased Type§
#[repr(C)]pub struct php_stream_bucket {
pub next: *mut _php_stream_bucket,
pub prev: *mut _php_stream_bucket,
pub brigade: *mut _php_stream_bucket_brigade,
pub buf: *mut i8,
pub buflen: usize,
pub own_buf: u8,
pub is_persistent: u8,
pub refcount: i32,
}Fields§
§next: *mut _php_stream_bucket§prev: *mut _php_stream_bucket§brigade: *mut _php_stream_bucket_brigade§buf: *mut i8§buflen: usize§own_buf: u8§is_persistent: u8§refcount: i32