Struct syscall::io::Dma [] [src]

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

Methods

impl<T> Dma<T>
[src]

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

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

The method called to mutably dereference a value

impl<T> Drop for Dma<T>
[src]

A method called when the value goes out of scope. Read more