Trait bcd::BcdMasks[][src]

pub trait BcdMasks: Sized {
    fn sixes() -> Self;
fn ones() -> Self;
fn top_bcd() -> Self; }

Required Methods

Implementations on Foreign Types

impl BcdMasks for u32
[src]

impl BcdMasks for u64
[src]

impl BcdMasks for u128
[src]

Implementors