Struct phper_sys::_php_stream_statbuf
source · #[repr(C)]pub struct _php_stream_statbuf {
pub sb: zend_stat_t,
}
Fields§
§sb: zend_stat_t
Trait Implementations§
source§impl Clone for _php_stream_statbuf
impl Clone for _php_stream_statbuf
source§fn clone(&self) -> _php_stream_statbuf
fn clone(&self) -> _php_stream_statbuf
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