Struct phper_sys::_php_stream_wrapper
source · [−]#[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_ops
abstract_: *mut c_void
is_url: c_int
Trait Implementations
sourceimpl Clone for _php_stream_wrapper
impl Clone for _php_stream_wrapper
sourcefn clone(&self) -> _php_stream_wrapper
fn clone(&self) -> _php_stream_wrapper
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _php_stream_wrapper
impl Debug for _php_stream_wrapper
impl Copy for _php_stream_wrapper
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_wrapper
impl !Send for _php_stream_wrapper
impl !Sync for _php_stream_wrapper
impl Unpin for _php_stream_wrapper
impl UnwindSafe for _php_stream_wrapper
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more