Struct linuxtrack_sys::Pose [] [src]

#[repr(C)]
pub struct Pose { pub pitch: f32, pub yaw: f32, pub roll: f32, pub tx: f32, pub ty: f32, pub tz: f32, pub counter: u32, pub resolution_x: u32, pub resolution_y: u32, pub raw_pitch: f32, pub raw_yaw: f32, pub raw_roll: f32, pub raw_tx: f32, pub raw_ty: f32, pub raw_tz: f32, pub status: u8, }

Fields

Trait Implementations

impl Debug for Pose
[src]

[src]

Formats the value using the given formatter.

impl Copy for Pose
[src]

impl Clone for Pose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more