Struct syscall::io::Mmio
[−]
[src]
#[repr(packed)]pub struct Mmio<T> { /* fields omitted */ }
Methods
impl<T> Mmio<T>
[src]
fn new() -> Self
Create a new Mmio without initializing
Trait Implementations
impl<T> Io for Mmio<T> where
T: Copy + PartialEq + BitAnd<Output = T> + BitOr<Output = T> + Not<Output = T>,
[src]
T: Copy + PartialEq + BitAnd<Output = T> + BitOr<Output = T> + Not<Output = T>,