[][src]Trait byte_struct::ByteStruct

pub trait ByteStruct {
    fn write_bytes(&self, bytes: &mut [u8]);
fn read_bytes(bytes: &[u8]) -> Self; }

Required methods

fn write_bytes(&self, bytes: &mut [u8])

fn read_bytes(bytes: &[u8]) -> Self

Loading content...

Implementors

Loading content...