Struct phper_sys::php_stream_mmap_range
source · [−]#[repr(C)]pub struct php_stream_mmap_range {
pub offset: size_t,
pub length: size_t,
pub mode: php_stream_mmap_access_t,
pub mapped: *mut c_char,
}
Fields
offset: size_t
length: size_t
mode: php_stream_mmap_access_t
mapped: *mut c_char
Trait Implementations
sourceimpl Clone for php_stream_mmap_range
impl Clone for php_stream_mmap_range
sourcefn clone(&self) -> php_stream_mmap_range
fn clone(&self) -> php_stream_mmap_range
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_mmap_range
impl Debug for php_stream_mmap_range
impl Copy for php_stream_mmap_range
Auto Trait Implementations
impl RefUnwindSafe for php_stream_mmap_range
impl !Send for php_stream_mmap_range
impl !Sync for php_stream_mmap_range
impl Unpin for php_stream_mmap_range
impl UnwindSafe for php_stream_mmap_range
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