Struct swarm_bot_packets::read::LenRead [−][src]
pub struct LenRead<T> { pub value: T, pub len: usize, }
Fields
value: T
len: usize
Auto Trait Implementations
impl<T> RefUnwindSafe for LenRead<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for LenRead<T> where
T: UnwindSafe,