[][src]Struct memflow::mem::mem_map::MemoryMapping

pub struct MemoryMapping<M> { /* fields omitted */ }

Implementations

impl<M> MemoryMapping<M>[src]

pub fn base(&self) -> Address[src]

pub fn output(&self) -> Ref<'_, M>[src]

Trait Implementations

impl<M: Clone> Clone for MemoryMapping<M>[src]

impl Debug for MemoryMapping<(Address, usize)>[src]

impl<'_> Debug for MemoryMapping<&'_ mut [u8]>[src]

Auto Trait Implementations

impl<M> !RefUnwindSafe for MemoryMapping<M>

impl<M> Send for MemoryMapping<M> where
    M: Send

impl<M> !Sync for MemoryMapping<M>

impl<M> Unpin for MemoryMapping<M> where
    M: Unpin

impl<M> UnwindSafe for MemoryMapping<M> where
    M: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.