[][src]Trait avr_device::generic::RawType

pub trait RawType {
    type Ux: Copy;
}

Raw register type (autoimplemented for Reg type)

Associated Types

type Ux: Copy

Raw register type (u8, u16, u32, ...).

Loading content...

Implementors

impl<U, REG> RawType for Reg<U, REG> where
    U: Copy
[src]

type Ux = U

Loading content...