Struct tf_demo_parser::demo::message::bspdecal::BSPDecalMessage [−][src]
pub struct BSPDecalMessage {
pub position: Vector,
pub texture_index: u16,
pub ent_index: u16,
pub model_index: u16,
pub low_priority: bool,
}Fields
position: Vectortexture_index: u16ent_index: u16model_index: u16low_priority: boolTrait Implementations
Read the type from stream
Auto Trait Implementations
impl RefUnwindSafe for BSPDecalMessageimpl Send for BSPDecalMessageimpl Sync for BSPDecalMessageimpl Unpin for BSPDecalMessageimpl UnwindSafe for BSPDecalMessageBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible