Trait swarm_bot_packets::read::ByteReadable [−][src]
pub trait ByteReadable { fn read_from_bytes(byte_reader: &mut ByteReader) -> Self; }
Required methods
fn read_from_bytes(byte_reader: &mut ByteReader) -> Self
Implementations on Foreign Types
impl<A: ByteReadable, B: ByteReadable, C: ByteReadable, D: ByteReadable> ByteReadable for (A, B, C, D)
impl<A: ByteReadable, B: ByteReadable, C: ByteReadable, D: ByteReadable> ByteReadable for (A, B, C, D)
impl<A: ByteReadable, B: ByteReadable, C: ByteReadable, D: ByteReadable, E: ByteReadable> ByteReadable for (A, B, C, D, E)
impl<A: ByteReadable, B: ByteReadable, C: ByteReadable, D: ByteReadable, E: ByteReadable> ByteReadable for (A, B, C, D, E)