Trait raknet::ReadSafe

source ·
pub unsafe trait ReadSafe { }
Expand description

Marker Trait for reading from a bit stream

Safety

Implementing Types must be valid for any bit combination of std::mem::size_of::<Self>()

Implementations on Foreign Types§

source§

impl ReadSafe for u64

source§

impl ReadSafe for u16

source§

impl ReadSafe for u32

source§

impl ReadSafe for u8

Implementors§