Struct hldemo::NetMsgInfo [] [src]

pub struct NetMsgInfo<'a> {
    pub timestamp: f32,
    pub ref_params: RefParams,
    pub usercmd: UserCmd,
    pub movevars: MoveVars<'a>,
    pub view: [f32; 3],
    pub viewmodel: i32,
}

Fields

Trait Implementations

impl<'a> Debug for NetMsgInfo<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for NetMsgInfo<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.