[−][src]Trait naia_shared::PropertyIo
A Property that can read/write itself from/into incoming/outgoing packets
Required methods
fn write(&self, buffer: &mut Vec<u8>)
Writes contained value into outgoing byte stream
fn read(&mut self, cursor: &mut Cursor<&[u8]>)
Given a cursor into incoming packet data, updates the Property with the synced value