Struct phper_sys::php_stream_mmap_range
source · #[repr(C)]pub struct php_stream_mmap_range {
pub offset: usize,
pub length: usize,
pub mode: php_stream_mmap_access_t,
pub mapped: *mut c_char,
}
Fields§
§offset: usize
§length: usize
§mode: php_stream_mmap_access_t
§mapped: *mut c_char
Trait Implementations§
source§impl Clone for php_stream_mmap_range
impl Clone for php_stream_mmap_range
source§fn clone(&self) -> php_stream_mmap_range
fn clone(&self) -> php_stream_mmap_range
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