Struct phper_sys::php_stream_mmap_range [−][src]
#[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: usizelength: usizemode: php_stream_mmap_access_tmapped: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for php_stream_mmap_rangeimpl !Send for php_stream_mmap_rangeimpl !Sync for php_stream_mmap_rangeimpl Unpin for php_stream_mmap_rangeimpl UnwindSafe for php_stream_mmap_rangeBlanket Implementations
Mutably borrows from an owned value. Read more