Struct io_at::At [] [src]

pub struct At<T> { /* fields omitted */ }

Use an offset as the base for all ReadAt and WriteAt accesses. Where Take modifies then end, At modifies the start.

Methods

impl<T> At<T>
[src]

Trait Implementations

impl<T: Debug> Debug for At<T>
[src]

Formats the value using the given formatter.

impl<T: Eq> Eq for At<T>
[src]

impl<T: PartialEq> PartialEq for At<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: ReadAt> ReadAt for At<T>
[src]

impl<T: WriteAt> WriteAt for At<T>
[src]

impl<T> Deref for At<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> DerefMut for At<T>
[src]

The method called to mutably dereference a value