[][src]Struct vmread::RWList

pub struct RWList { /* fields omitted */ }

Methods

impl RWList[src]

pub fn new(ctx: &WinCtx, dir_base: u64) -> RWList[src]

pub fn start<'a>(&'a mut self) -> RWListBuilder<'a>[src]

pub fn commit(
    &mut self,
    read_start: usize,
    write_start: usize
) -> (&mut RWList, usize, usize)
[src]

pub fn commit_rw(&mut self) -> (&mut RWList, usize, usize)[src]

pub fn commit_read(&mut self) -> (&mut RWList, usize, usize)[src]

pub fn commit_write(&mut self) -> (&mut RWList, usize, usize)[src]

Trait Implementations

impl Debug for RWList[src]

impl Drop for RWList[src]

Auto Trait Implementations

impl RefUnwindSafe for RWList

impl !Send for RWList

impl !Sync for RWList

impl Unpin for RWList

impl UnwindSafe for RWList

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.