#[repr(C)]pub struct r_mmap_t {
pub buf: *mut c_uchar,
pub base: c_ulonglong,
pub len: c_int,
pub fd: c_int,
pub rw: c_int,
pub filename: *mut c_char,
}
Fields§
§buf: *mut c_uchar
§base: c_ulonglong
§len: c_int
§fd: c_int
§rw: c_int
§filename: *mut c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_mmap_t
impl RefUnwindSafe for r_mmap_t
impl !Send for r_mmap_t
impl !Sync for r_mmap_t
impl Unpin for r_mmap_t
impl UnwindSafe for r_mmap_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more