Struct ct::Ct [] [src]

pub struct Ct<T>(_);

Methods

impl<T> Ct<T> where
    T: Neg<Output = T> + BitAnd<Output = T> + BitXor<Output = T> + Copy
[src]

Trait Implementations

impl<T: Clone> Clone for Ct<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Ct<T>
[src]

impl<T: Debug> Debug for Ct<T>
[src]

Formats the value using the given formatter.

impl PartialEq for Ct<u8>
[src]

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

This method tests for !=.

impl Eq for Ct<u8>
[src]

impl PartialEq<u8> for Ct<u8>
[src]

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

This method tests for !=.

impl PartialEq for Ct<u16>
[src]

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

This method tests for !=.

impl Eq for Ct<u16>
[src]

impl PartialEq<u16> for Ct<u16>
[src]

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

This method tests for !=.

impl PartialEq for Ct<u32>
[src]

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

This method tests for !=.

impl Eq for Ct<u32>
[src]

impl PartialEq<u32> for Ct<u32>
[src]

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

This method tests for !=.

impl PartialEq for Ct<u64>
[src]

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

This method tests for !=.

impl Eq for Ct<u64>
[src]

impl PartialEq<u64> for Ct<u64>
[src]

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

This method tests for !=.

impl PartialEq for Ct<usize>
[src]

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

This method tests for !=.

impl Eq for Ct<usize>
[src]

impl PartialEq<usize> for Ct<usize>
[src]

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

This method tests for !=.

impl PartialEq for Ct<i8>
[src]

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

This method tests for !=.

impl Eq for Ct<i8>
[src]

impl PartialEq<i8> for Ct<i8>
[src]

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

This method tests for !=.

impl PartialEq for Ct<i16>
[src]

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

This method tests for !=.

impl Eq for Ct<i16>
[src]

impl PartialEq<i16> for Ct<i16>
[src]

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

This method tests for !=.

impl PartialEq for Ct<i32>
[src]

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

This method tests for !=.

impl Eq for Ct<i32>
[src]

impl PartialEq<i32> for Ct<i32>
[src]

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

This method tests for !=.

impl PartialEq for Ct<i64>
[src]

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

This method tests for !=.

impl Eq for Ct<i64>
[src]

impl PartialEq<i64> for Ct<i64>
[src]

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

This method tests for !=.

impl<T> Add for Ct<T> where
    T: Add
[src]

The resulting type after applying the + operator

The method for the + operator

impl<T> Add<T> for Ct<T> where
    T: Add
[src]

The resulting type after applying the + operator

The method for the + operator

impl<T> Sub for Ct<T> where
    T: Sub
[src]

The resulting type after applying the - operator

The method for the - operator

impl<T> Sub<T> for Ct<T> where
    T: Sub
[src]

The resulting type after applying the - operator

The method for the - operator

impl<T> Mul for Ct<T> where
    T: Mul
[src]

The resulting type after applying the * operator

The method for the * operator

impl<T> Mul<T> for Ct<T> where
    T: Mul
[src]

The resulting type after applying the * operator

The method for the * operator

impl<T> Div for Ct<T> where
    T: Div
[src]

The resulting type after applying the / operator

The method for the / operator

impl<T> Div<T> for Ct<T> where
    T: Div
[src]

The resulting type after applying the / operator

The method for the / operator

impl<T> BitAnd for Ct<T> where
    T: BitAnd
[src]

The resulting type after applying the & operator

The method for the & operator

impl<T> BitAnd<T> for Ct<T> where
    T: BitAnd
[src]

The resulting type after applying the & operator

The method for the & operator

impl<T> BitOr for Ct<T> where
    T: BitOr
[src]

The resulting type after applying the | operator

The method for the | operator

impl<T> BitOr<T> for Ct<T> where
    T: BitOr
[src]

The resulting type after applying the | operator

The method for the | operator

impl<T> BitXor for Ct<T> where
    T: BitXor
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl<T> BitXor<T> for Ct<T> where
    T: BitXor
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl<T> Not for Ct<T> where
    T: Not
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl<T> Neg for Ct<T> where
    T: Neg
[src]

The resulting type after applying the - operator

The method for the unary - operator