Struct tf_demo_parser::demo::packet::message::ViewAngles [−][src]
pub struct ViewAngles {
pub origin: (Vector, Vector),
pub angles: (Vector, Vector),
pub local_angles: (Vector, Vector),
}Fields
origin: (Vector, Vector)angles: (Vector, Vector)local_angles: (Vector, Vector)Trait 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 ViewAnglesimpl Send for ViewAnglesimpl Sync for ViewAnglesimpl Unpin for ViewAnglesimpl UnwindSafe for ViewAnglesBlanket Implementations
Mutably borrows from an owned value. Read more
type Err = Infallible