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
sourceimpl Clone for _php_stream_statbuf
impl Clone for _php_stream_statbuf
sourcefn clone(&self) -> _php_stream_statbuf
fn clone(&self) -> _php_stream_statbuf
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_statbuf
impl Debug for _php_stream_statbuf
impl Copy for _php_stream_statbuf
Auto Trait Implementations
impl RefUnwindSafe for _php_stream_statbuf
impl Send for _php_stream_statbuf
impl Sync for _php_stream_statbuf
impl Unpin for _php_stream_statbuf
impl UnwindSafe for _php_stream_statbuf
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