Struct bcd::Bcd[][src]

pub struct Bcd<T: BcdType>(pub T);

Methods

impl<T: BcdType> Bcd<T>
[src]

Trait Implementations

impl<T: Eq + BcdType> Eq for Bcd<T>
[src]

impl<T: PartialEq + BcdType> PartialEq for Bcd<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T: Debug + BcdType> Debug for Bcd<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone + BcdType> Clone for Bcd<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy + BcdType> Copy for Bcd<T>
[src]

impl<T: BcdType> Add for Bcd<T>
[src]

The resulting type after applying the + operator.

http://homepage.cs.uiowa.edu/~jones/bcd/bcd.html#packed

Auto Trait Implementations

impl<T> Send for Bcd<T> where
    T: Send

impl<T> Sync for Bcd<T> where
    T: Sync