Struct tf_demo_parser::demo::message::generated::StringCmdMessage [−][src]
pub struct StringCmdMessage {
pub command: String,
}Fields
command: StringTrait Implementations
Read the type from stream
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Auto Trait Implementations
impl RefUnwindSafe for StringCmdMessageimpl Send for StringCmdMessageimpl Sync for StringCmdMessageimpl Unpin for StringCmdMessageimpl UnwindSafe for StringCmdMessage