[][src]Struct memflow::mem::cache::cached_vat::CachedVirtualTranslateBuilder

pub struct CachedVirtualTranslateBuilder<V, Q> { /* fields omitted */ }

Implementations

impl<V: VirtualTranslate, Q: CacheValidator> CachedVirtualTranslateBuilder<V, Q>[src]

pub fn build(self) -> Result<CachedVirtualTranslate<V, Q>>[src]

pub fn validator<QN: CacheValidator>(
    self,
    validator: QN
) -> CachedVirtualTranslateBuilder<V, QN>
[src]

pub fn entries(self, entries: usize) -> Self[src]

pub fn arch(self, arch: ArchitectureObj) -> Self[src]

Auto Trait Implementations

impl<V, Q> !RefUnwindSafe for CachedVirtualTranslateBuilder<V, Q>

impl<V, Q> Send for CachedVirtualTranslateBuilder<V, Q> where
    Q: Send,
    V: Send

impl<V, Q> Sync for CachedVirtualTranslateBuilder<V, Q> where
    Q: Sync,
    V: Sync

impl<V, Q> Unpin for CachedVirtualTranslateBuilder<V, Q> where
    Q: Unpin,
    V: Unpin

impl<V, Q> !UnwindSafe for CachedVirtualTranslateBuilder<V, Q>

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, 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.