Struct ioendian::Big [] [src]

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

Methods

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

Trait Implementations

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

impl<T: Clone + FromBuf> Clone for Big<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 Big<T> where
    Self: Clone
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more

impl Copy for Big<u8>
[src]

impl Copy for Big<u16>
[src]

impl Copy for Big<u32>
[src]

impl Copy for Big<u64>
[src]

impl Copy for Big<i8>
[src]

impl Copy for Big<i16>
[src]

impl Copy for Big<i32>
[src]

impl Copy for Big<i64>
[src]

impl Copy for Big<f32>
[src]

impl Copy for Big<f64>
[src]