Struct tf_demo_parser::demo::message::generated::SetPauseMessage [−][src]
pub struct SetPauseMessage {
pub pause: bool,
}Fields
pause: boolTrait 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 SetPauseMessageimpl Send for SetPauseMessageimpl Sync for SetPauseMessageimpl Unpin for SetPauseMessageimpl UnwindSafe for SetPauseMessage