Type Alias phper_sys::php_stream_statbuf
source · pub type php_stream_statbuf = _php_stream_statbuf;
Aliased Type§
struct php_stream_statbuf {
pub sb: stat,
}
Fields§
§sb: stat
Trait Implementations
source§impl Default for _php_stream_statbuf
impl Default for _php_stream_statbuf
source§fn default() -> _php_stream_statbuf
fn default() -> _php_stream_statbuf
Returns the “default value” for a type. Read more
impl Copy for _php_stream_statbuf
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