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

source§

fn default() -> _php_stream_statbuf

Returns the “default value” for a type. Read more
source§

impl Copy for _php_stream_statbuf

source§

impl Clone for _php_stream_statbuf

source§

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)

Performs copy-assignment from source. Read more
source§

impl Debug for _php_stream_statbuf

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more