Struct endian::End[][src]

pub struct End<A, E: Endian>(_, _);

Trait Implementations

impl<A: Clone, E: Clone + Endian> Clone for End<A, E>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Copy, E: Copy + Endian> Copy for End<A, E>
[src]

impl<A: Hash, E: Hash + Endian> Hash for End<A, E>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<A: PartialEq, E: Endian> PartialEq for End<A, E>
[src]

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

This method tests for !=.

impl<A: Eq, E: Endian> Eq for End<A, E>
[src]

impl<A: Copy, E: Copy + Endian> Debug for End<A, E> where
    A: From<End<A, E>> + Debug
[src]

Formats the value using the given formatter. Read more

impl<A: Copy, E: Copy + Endian> Display for End<A, E> where
    A: From<End<A, E>> + Display
[src]

Formats the value using the given formatter. Read more

impl<A: Copy, E: Copy + Endian> Octal for End<A, E> where
    A: From<End<A, E>> + Octal
[src]

Formats the value using the given formatter.

impl<A: Copy, E: Copy + Endian> LowerHex for End<A, E> where
    A: From<End<A, E>> + LowerHex
[src]

Formats the value using the given formatter.

impl<A: Copy, E: Copy + Endian> UpperHex for End<A, E> where
    A: From<End<A, E>> + UpperHex
[src]

Formats the value using the given formatter.

impl<E: Endian> From<usize> for End<usize, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<usize, E>> for usize
[src]

Performs the conversion.

impl<E: Endian> From<u8> for End<u8, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<u8, E>> for u8
[src]

Performs the conversion.

impl<E: Endian> From<u16> for End<u16, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<u16, E>> for u16
[src]

Performs the conversion.

impl<E: Endian> From<u32> for End<u32, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<u32, E>> for u32
[src]

Performs the conversion.

impl<E: Endian> From<u64> for End<u64, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<u64, E>> for u64
[src]

Performs the conversion.

impl<E: Endian> From<u128> for End<u128, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<u128, E>> for u128
[src]

Performs the conversion.

impl<E: Endian> From<isize> for End<isize, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<isize, E>> for isize
[src]

Performs the conversion.

impl<E: Endian> From<i8> for End<i8, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<i8, E>> for i8
[src]

Performs the conversion.

impl<E: Endian> From<i16> for End<i16, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<i16, E>> for i16
[src]

Performs the conversion.

impl<E: Endian> From<i32> for End<i32, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<i32, E>> for i32
[src]

Performs the conversion.

impl<E: Endian> From<i64> for End<i64, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<i64, E>> for i64
[src]

Performs the conversion.

impl<E: Endian> From<i128> for End<i128, E>
[src]

Performs the conversion.

impl<E: Endian> From<End<i128, E>> for i128
[src]

Performs the conversion.

impl<A: BitAnd<B>, B, E: Endian> BitAnd<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as BitAnd<B>>::Output, E>: From<<A as BitAnd<B>>::Output>, 
[src]

The resulting type after applying the & operator.

Performs the & operation.

impl<A: BitOr<B>, B, E: Endian> BitOr<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as BitOr<B>>::Output, E>: From<<A as BitOr<B>>::Output>, 
[src]

The resulting type after applying the | operator.

Performs the | operation.

impl<A: BitXor<B>, B, E: Endian> BitXor<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as BitXor<B>>::Output, E>: From<<A as BitXor<B>>::Output>, 
[src]

The resulting type after applying the ^ operator.

Performs the ^ operation.

impl<A: Add<B>, B, E: Endian> Add<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Add<B>>::Output, E>: From<<A as Add<B>>::Output>, 
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<A: Sub<B>, B, E: Endian> Sub<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Sub<B>>::Output, E>: From<<A as Sub<B>>::Output>, 
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl<A: Mul<B>, B, E: Endian> Mul<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Mul<B>>::Output, E>: From<<A as Mul<B>>::Output>, 
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl<A: Div<B>, B, E: Endian> Div<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Div<B>>::Output, E>: From<<A as Div<B>>::Output>, 
[src]

The resulting type after applying the / operator.

Performs the / operation.

impl<A: Rem<B>, B, E: Endian> Rem<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Rem<B>>::Output, E>: From<<A as Rem<B>>::Output>, 
[src]

The resulting type after applying the % operator.

Performs the % operation.

impl<A: Shl<B>, B, E: Endian> Shl<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Shl<B>>::Output, E>: From<<A as Shl<B>>::Output>, 
[src]

The resulting type after applying the << operator.

Performs the << operation.

impl<A: Shr<B>, B, E: Endian> Shr<B> for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Shr<B>>::Output, E>: From<<A as Shr<B>>::Output>, 
[src]

The resulting type after applying the >> operator.

Performs the >> operation.

impl<A: Neg, E: Endian> Neg for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Neg>::Output, E>: From<<A as Neg>::Output>, 
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl<A: Not, E: Endian> Not for End<A, E> where
    A: From<End<A, E>>,
    End<<A as Not>::Output, E>: From<<A as Not>::Output>, 
[src]

The resulting type after applying the ! operator.

Performs the unary ! operation.

impl<A: BitAndAssign<B>, B, E: Endian> BitAndAssign<B> for End<A, E>
[src]

Performs the &= operation.

impl<A: BitOrAssign<B>, B, E: Endian> BitOrAssign<B> for End<A, E>
[src]

Performs the |= operation.

impl<A: BitXorAssign<B>, B, E: Endian> BitXorAssign<B> for End<A, E>
[src]

Performs the ^= operation.

impl<A: Copy + PartialOrd, E: Copy + Endian> PartialOrd for End<A, E> where
    Self: Into<A>, 
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<A: Copy + Ord, E: Copy + Endian> Ord for End<A, E> where
    Self: Into<A>, 
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Auto Trait Implementations

impl<A, E> Send for End<A, E> where
    A: Send,
    E: Send

impl<A, E> Sync for End<A, E> where
    A: Sync,
    E: Sync