Trait kernel::common::regs::IntLike   
                   
                       [−]
                   
               [src]
pub trait IntLike: BitAnd<Output = Self> + BitOr<Output = Self> + Not<Output = Self> + Eq + Shr<u32, Output = Self> + Shl<u32, Output = Self> + Copy + Clone {
    fn zero() -> Self;
}
            Required Methods
fn zero() -> Self
Implementors
impl IntLike for u8impl IntLike for u16impl IntLike for u32