Struct hldemo::ClientDataData [] [src]

pub struct ClientDataData {
    pub origin: [f32; 3],
    pub viewangles: [f32; 3],
    pub weapon_bits: i32,
    pub fov: f32,
}

Fields

Trait Implementations

impl Debug for ClientDataData
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ClientDataData
[src]

[src]

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

[src]

This method tests for !=.