Struct ioendian::Little [] [src]

pub struct Little<T: FromBuf>(pub T::Buf);

Methods

impl<T: FromBuf> Little<T>
[src]

Trait Implementations

impl<T: FromBuf> IntoNativeEndian for Little<T>
[src]

impl<T: Clone + FromBuf> Clone for Little<T> where
    T::Buf: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: FromBuf + Debug> Debug for Little<T> where
    Self: Clone
[src]

Formats the value using the given formatter.

impl<T: FromBuf + Debug> Display for Little<T> where
    Self: Clone
[src]

Formats the value using the given formatter. Read more

impl Copy for Little<u8>
[src]

impl Copy for Little<u16>
[src]

impl Copy for Little<u32>
[src]

impl Copy for Little<u64>
[src]

impl Copy for Little<i8>
[src]

impl Copy for Little<i16>
[src]

impl Copy for Little<i32>
[src]

impl Copy for Little<i64>
[src]

impl Copy for Little<f32>
[src]

impl Copy for Little<f64>
[src]