Trait mvc_rs::TPacket

source ·
pub trait TPacket {
    // Required methods
    fn as_str(&self) -> &str;
    fn to_vec(&self) -> Vec<u16>;
    fn flat(&self) -> Vec<u8>;
}
Expand description

trait TPacket

Required Methods§

source

fn as_str(&self) -> &str

as_str

source

fn to_vec(&self) -> Vec<u16>

to_vec

source

fn flat(&self) -> Vec<u8>

flat

Implementors§