Struct io_block::BlockFile [] [src]

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

Wrap some type T in a block container

Methods

impl<T> BlockFile<T>
[src]

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

impl<T> BlockSize for BlockFile<T>
[src]

The number of bytes in each logical block

The total number of logical blocks

The number of bytes in each physical block Read more