Struct bcd::BigBcd[][src]

pub struct BigBcd<T: BcdType>(_);

Methods

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

Important traits for BigBcdDigitIter<'a, T>

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq + BcdType> PartialEq for BigBcd<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: Eq + BcdType> Eq for BigBcd<T>
[src]

impl<'a, T: BcdType> AddAssign<&'a Self> for BigBcd<T>
[src]

Performs the += operation.

impl<T: BcdType> From<Vec<T>> for BigBcd<T>
[src]

Performs the conversion.

impl<T: BcdType> Into<Vec<T>> for BigBcd<T>
[src]

Performs the conversion.

impl<T: BcdType> Display for BigBcd<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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