[][src]Trait byterepr::ByteReprNum

pub trait ByteReprNum: ByteRepr { }

Marker trait for number types that implement ByteRepr

Implementations on Foreign Types

impl ByteReprNum for u8[src]

impl ByteReprNum for i8[src]

impl ByteReprNum for u16[src]

impl ByteReprNum for i16[src]

impl ByteReprNum for u32[src]

impl ByteReprNum for i32[src]

impl ByteReprNum for f32[src]

impl ByteReprNum for u64[src]

impl ByteReprNum for i64[src]

impl ByteReprNum for f64[src]

impl ByteReprNum for u128[src]

impl ByteReprNum for i128[src]

Loading content...

Implementors

Loading content...