[][src]Struct endian::End

#[repr(transparent)]pub struct End<A, E: Endian>(_, _);

Trait Implementations

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]

type Output = End<<A as Add<B>>::Output, E>

The resulting type after applying the + operator.

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]

type Output = End<<A as BitAnd<B>>::Output, E>

The resulting type after applying the & operator.

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

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]

type Output = End<<A as BitOr<B>>::Output, E>

The resulting type after applying the | operator.

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

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]

type Output = End<<A as BitXor<B>>::Output, E>

The resulting type after applying the ^ operator.

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

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

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

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

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

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]

type Output = End<<A as Div<B>>::Output, E>

The resulting type after applying the / operator.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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]

type Output = End<<A as Mul<B>>::Output, E>

The resulting type after applying the * operator.

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]

type Output = End<<A as Neg>::Output, E>

The resulting type after applying the - operator.

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]

type Output = End<<A as Not>::Output, E>

The resulting type after applying the ! operator.

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

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

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

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

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]

type Output = End<<A as Rem<B>>::Output, E>

The resulting type after applying the % operator.

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]

type Output = End<<A as Shl<B>>::Output, E>

The resulting type after applying the << operator.

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]

type Output = End<<A as Shr<B>>::Output, E>

The resulting type after applying the >> operator.

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]

type Output = End<<A as Sub<B>>::Output, E>

The resulting type after applying the - operator.

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

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

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

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, Rhs, Output> NumOps<Rhs, Output> for T where
    T: Sub<Rhs, Output = Output> + Mul<Rhs, Output = Output> + Div<Rhs, Output = Output> + Add<Rhs, Output = Output> + Rem<Rhs, Output = Output>, 
[src]

impl<T, Base> RefNum<Base> for T where
    T: NumOps<Base, Base> + for<'r> NumOps<&'r Base, Base>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.