[][src]Struct simple_endian::BigEndian

#[repr(transparent)]
pub struct BigEndian<T: SpecificEndian<T>> { /* fields omitted */ }

A big-endian representation of type T that implements SpecificEndian<T>. Data stored in the struct must be converted to big-endian using ::from() or .into().

Methods

impl<T> BigEndian<T> where
    T: SpecificEndian<T>, 
[src]

pub fn to_bits(&self) -> T[src]

Returns the raw data stored in the struct.

pub fn from_bits(v: T) -> Self[src]

Imports the data raw into a BigEndian struct.

pub fn to_native(&self) -> T[src]

Converts the data to the same type T in host-native endian.

Trait Implementations

impl Add<BigEndian<f32>> for BigEndian<f32>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<f64>> for BigEndian<f64>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the + operator.

impl Add<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the + operator.

impl AddAssign<BigEndian<f32>> for BigEndian<f32>[src]

impl AddAssign<BigEndian<f64>> for BigEndian<f64>[src]

impl AddAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl AddAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl AddAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl AddAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl AddAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl AddAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl AddAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl AddAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl AddAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl AddAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl AddAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl AddAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: Binary + SpecificEndian<T>> Binary for BigEndian<T>[src]

impl BitAnd<BigEndian<bool>> for BigEndian<bool>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<BigEndian<bool>> for BigEndian<bool>[src]

impl BitAndAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl BitAndAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl BitAndAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl BitAndAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl BitAndAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl BitAndAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl BitAndAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl BitAndAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl BitAndAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl BitAndAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl BitAndAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl BitAndAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl BitOr<BigEndian<bool>> for BigEndian<bool>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<BigEndian<bool>> for BigEndian<bool>[src]

impl BitOrAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl BitOrAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl BitOrAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl BitOrAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl BitOrAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl BitOrAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl BitOrAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl BitOrAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl BitOrAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl BitOrAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl BitOrAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl BitOrAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl BitXor<BigEndian<bool>> for BigEndian<bool>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<BigEndian<bool>> for BigEndian<bool>[src]

impl BitXorAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl BitXorAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl BitXorAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl BitXorAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl BitXorAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl BitXorAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl BitXorAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl BitXorAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl BitXorAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl BitXorAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl BitXorAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl BitXorAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: Clone + SpecificEndian<T>> Clone for BigEndian<T>[src]

impl<T: Copy + SpecificEndian<T>> Copy for BigEndian<T>[src]

impl<T: Debug + SpecificEndian<T>> Debug for BigEndian<T>[src]

impl<T: Default + SpecificEndian<T>> Default for BigEndian<T>[src]

impl<T: Display + SpecificEndian<T>> Display for BigEndian<T>[src]

impl Div<BigEndian<f32>> for BigEndian<f32>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<f64>> for BigEndian<f64>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the / operator.

impl DivAssign<BigEndian<f32>> for BigEndian<f32>[src]

impl DivAssign<BigEndian<f64>> for BigEndian<f64>[src]

impl DivAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl DivAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl DivAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl DivAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl DivAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl DivAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl DivAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl DivAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl DivAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl DivAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl DivAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl DivAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: Eq + SpecificEndian<T>> Eq for BigEndian<T>[src]

impl From<BigEndian<bool>> for bool[src]

impl From<BigEndian<f32>> for f32[src]

impl From<BigEndian<f64>> for f64[src]

impl From<BigEndian<i128>> for i128[src]

impl From<BigEndian<i16>> for i16[src]

impl From<BigEndian<i32>> for i32[src]

impl From<BigEndian<i64>> for i64[src]

impl From<BigEndian<i8>> for i8[src]

impl From<BigEndian<isize>> for isize[src]

impl From<BigEndian<u128>> for u128[src]

impl From<BigEndian<u16>> for u16[src]

impl From<BigEndian<u32>> for u32[src]

impl From<BigEndian<u64>> for u64[src]

impl From<BigEndian<u8>> for u8[src]

impl From<BigEndian<usize>> for usize[src]

impl<T: SpecificEndian<T>> From<T> for BigEndian<T>[src]

impl<T: Hash + SpecificEndian<T>> Hash for BigEndian<T>[src]

impl<T: LowerHex + SpecificEndian<T>> LowerHex for BigEndian<T>[src]

impl Mul<BigEndian<f32>> for BigEndian<f32>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<f64>> for BigEndian<f64>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the * operator.

impl Mul<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the * operator.

impl MulAssign<BigEndian<f32>> for BigEndian<f32>[src]

impl MulAssign<BigEndian<f64>> for BigEndian<f64>[src]

impl MulAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl MulAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl MulAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl MulAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl MulAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl MulAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl MulAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl MulAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl MulAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl MulAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl MulAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl MulAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl Neg for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<f32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Neg for BigEndian<f64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Not for BigEndian<bool>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the ! operator.

impl Not for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the ! operator.

impl<T: Octal + SpecificEndian<T>> Octal for BigEndian<T>[src]

impl Ord for BigEndian<bool>[src]

impl Ord for BigEndian<u8>[src]

impl Ord for BigEndian<i128>[src]

impl Ord for BigEndian<usize>[src]

impl Ord for BigEndian<isize>[src]

impl Ord for BigEndian<i8>[src]

impl Ord for BigEndian<u16>[src]

impl Ord for BigEndian<i16>[src]

impl Ord for BigEndian<u32>[src]

impl Ord for BigEndian<i32>[src]

impl Ord for BigEndian<u64>[src]

impl Ord for BigEndian<i64>[src]

impl Ord for BigEndian<u128>[src]

impl<T: PartialEq + SpecificEndian<T>> PartialEq<BigEndian<T>> for BigEndian<T>[src]

impl PartialOrd<BigEndian<bool>> for BigEndian<bool>[src]

impl PartialOrd<BigEndian<f32>> for BigEndian<f32>[src]

impl PartialOrd<BigEndian<f64>> for BigEndian<f64>[src]

impl PartialOrd<BigEndian<i128>> for BigEndian<i128>[src]

impl PartialOrd<BigEndian<i16>> for BigEndian<i16>[src]

impl PartialOrd<BigEndian<i32>> for BigEndian<i32>[src]

impl PartialOrd<BigEndian<i64>> for BigEndian<i64>[src]

impl PartialOrd<BigEndian<i8>> for BigEndian<i8>[src]

impl PartialOrd<BigEndian<isize>> for BigEndian<isize>[src]

impl PartialOrd<BigEndian<u128>> for BigEndian<u128>[src]

impl PartialOrd<BigEndian<u16>> for BigEndian<u16>[src]

impl PartialOrd<BigEndian<u32>> for BigEndian<u32>[src]

impl PartialOrd<BigEndian<u64>> for BigEndian<u64>[src]

impl PartialOrd<BigEndian<u8>> for BigEndian<u8>[src]

impl PartialOrd<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: Send + SpecificEndian<T>> Send for BigEndian<T>[src]

impl Shl<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the << operator.

impl Shl<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the << operator.

impl ShlAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl ShlAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl ShlAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl ShlAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl ShlAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl ShlAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl ShlAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl ShlAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl ShlAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl ShlAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl ShlAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl ShlAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl Shr<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the >> operator.

impl Shr<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the >> operator.

impl ShrAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl ShrAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl ShrAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl ShrAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl ShrAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl ShrAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl ShrAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl ShrAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl ShrAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl ShrAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl ShrAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl ShrAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: SpecificEndian<T>> StructuralEq for BigEndian<T>[src]

impl<T: SpecificEndian<T>> StructuralPartialEq for BigEndian<T>[src]

impl Sub<BigEndian<f32>> for BigEndian<f32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<f64>> for BigEndian<f64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<i128>> for BigEndian<i128>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<i16>> for BigEndian<i16>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<i32>> for BigEndian<i32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<i64>> for BigEndian<i64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<i8>> for BigEndian<i8>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<isize>> for BigEndian<isize>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<u128>> for BigEndian<u128>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<u16>> for BigEndian<u16>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<u32>> for BigEndian<u32>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<u64>> for BigEndian<u64>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<u8>> for BigEndian<u8>[src]

type Output = Self

The resulting type after applying the - operator.

impl Sub<BigEndian<usize>> for BigEndian<usize>[src]

type Output = Self

The resulting type after applying the - operator.

impl SubAssign<BigEndian<f32>> for BigEndian<f32>[src]

impl SubAssign<BigEndian<f64>> for BigEndian<f64>[src]

impl SubAssign<BigEndian<i128>> for BigEndian<i128>[src]

impl SubAssign<BigEndian<i16>> for BigEndian<i16>[src]

impl SubAssign<BigEndian<i32>> for BigEndian<i32>[src]

impl SubAssign<BigEndian<i64>> for BigEndian<i64>[src]

impl SubAssign<BigEndian<i8>> for BigEndian<i8>[src]

impl SubAssign<BigEndian<isize>> for BigEndian<isize>[src]

impl SubAssign<BigEndian<u128>> for BigEndian<u128>[src]

impl SubAssign<BigEndian<u16>> for BigEndian<u16>[src]

impl SubAssign<BigEndian<u32>> for BigEndian<u32>[src]

impl SubAssign<BigEndian<u64>> for BigEndian<u64>[src]

impl SubAssign<BigEndian<u8>> for BigEndian<u8>[src]

impl SubAssign<BigEndian<usize>> for BigEndian<usize>[src]

impl<T: Sync + SpecificEndian<T>> Sync for BigEndian<T>[src]

impl<T: UpperHex + SpecificEndian<T>> UpperHex for BigEndian<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for BigEndian<T> where
    T: RefUnwindSafe

impl<T> Unpin for BigEndian<T> where
    T: Unpin

impl<T> UnwindSafe for BigEndian<T> where
    T: UnwindSafe

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<!> for T[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.