Struct tf_demo_parser::demo::message::voice::ParseSoundsMessage [−][src]
pub struct ParseSoundsMessage<'a> { pub reliable: bool, pub num: u8, pub length: u16, pub data: Stream<'a>, }
Fields
reliable: bool
num: u8
length: u16
data: Stream<'a>
Trait Implementations
Read the type from stream
Write the type to stream
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ParseSoundsMessage<'a>
impl<'a> !Send for ParseSoundsMessage<'a>
impl<'a> !Sync for ParseSoundsMessage<'a>
impl<'a> Unpin for ParseSoundsMessage<'a>
impl<'a> UnwindSafe for ParseSoundsMessage<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more