Struct phper_sys::_php_stream[][src]

#[repr(C)]
pub struct _php_stream {
Show fields pub ops: *const php_stream_ops, pub abstract_: *mut c_void, pub readfilters: php_stream_filter_chain, pub writefilters: php_stream_filter_chain, pub wrapper: *mut php_stream_wrapper, pub wrapperthis: *mut c_void, pub wrapperdata: zval, pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub fgetss_state: u8, pub mode: [c_char; 16], pub flags: u32, pub res: *mut zend_resource, pub stdiocast: *mut FILE, pub orig_path: *mut c_char, pub ctx: *mut zend_resource, pub position: zend_off_t, pub readbuf: *mut c_uchar, pub readbuflen: usize, pub readpos: zend_off_t, pub writepos: zend_off_t, pub chunk_size: usize, pub enclosing_stream: *mut _php_stream,
}

Fields

ops: *const php_stream_opsabstract_: *mut c_voidreadfilters: php_stream_filter_chainwritefilters: php_stream_filter_chainwrapper: *mut php_stream_wrapperwrapperthis: *mut c_voidwrapperdata: zval_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>fgetss_state: u8mode: [c_char; 16]flags: u32res: *mut zend_resourcestdiocast: *mut FILEorig_path: *mut c_charctx: *mut zend_resourceposition: zend_off_treadbuf: *mut c_ucharreadbuflen: usizereadpos: zend_off_twritepos: zend_off_tchunk_size: usizeenclosing_stream: *mut _php_stream

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.