#[repr(C)]pub struct _php_stream_context {
pub notifier: *mut php_stream_notifier,
pub options: zval,
pub res: *mut zend_resource,
}Fields§
§notifier: *mut php_stream_notifier§options: zval§res: *mut zend_resourceAuto Trait Implementations§
impl Freeze for _php_stream_context
impl RefUnwindSafe for _php_stream_context
impl !Send for _php_stream_context
impl !Sync for _php_stream_context
impl Unpin for _php_stream_context
impl UnwindSafe for _php_stream_context
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more