Struct phper_sys::_php_stream_wrapper [−][src]
#[repr(C)]pub struct _php_stream_wrapper { pub wops: *const php_stream_wrapper_ops, pub abstract_: *mut c_void, pub is_url: c_int, }
Fields
wops: *const php_stream_wrapper_opsabstract_: *mut c_voidis_url: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_wrapperimpl !Send for _php_stream_wrapperimpl !Sync for _php_stream_wrapperimpl Unpin for _php_stream_wrapperimpl UnwindSafe for _php_stream_wrapperBlanket Implementations
Mutably borrows from an owned value. Read more