Trait mmapio::AsRefT[][src]

pub trait AsRefT {
    unsafe fn as_raw_ptr(&self) -> *const u8;

    unsafe fn as_ref_t<'a, T>(&self) -> &'a T { ... }
}

Required methods

unsafe fn as_raw_ptr(&self) -> *const u8[src]

Loading content...

Provided methods

unsafe fn as_ref_t<'a, T>(&self) -> &'a T[src]

Loading content...

Implementors

impl AsRefT for Mmap[src]

impl AsRefT for MmapMut[src]

Loading content...