Struct phper_sys::_php_stream_bucket
source · #[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 c_char,
pub buflen: usize,
pub own_buf: u8,
pub is_persistent: u8,
pub refcount: c_int,
}
Fields§
§next: *mut php_stream_bucket
§prev: *mut php_stream_bucket
§brigade: *mut php_stream_bucket_brigade
§buf: *mut c_char
§buflen: usize
§own_buf: u8
§is_persistent: u8
§refcount: c_int
Trait Implementations§
source§impl Clone for _php_stream_bucket
impl Clone for _php_stream_bucket
source§fn clone(&self) -> _php_stream_bucket
fn clone(&self) -> _php_stream_bucket
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more