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