pub trait Readable {
fn read_from(buffer: &[u8], pos: &mut u64) -> Self;
}
fn read_from(buffer: &[u8], pos: &mut u64) -> Self
Loading content...
Loading content...
impl Readable for bool[src]
impl Readable for f32[src]
impl Readable for f64[src]
impl Readable for i8[src]
impl Readable for i16[src]
impl Readable for i32[src]
impl Readable for i64[src]
impl Readable for i128[src]
impl Readable for isize[src]
impl Readable for u8[src]
impl Readable for u16[src]
impl Readable for u32[src]
impl Readable for u64[src]
impl Readable for u128[src]
impl Readable for usize[src]
Loading content...