Struct openvr::compositor::WaitPoses [] [src]

pub struct WaitPoses {
    pub render: TrackedDevicePoses,
    pub game: TrackedDevicePoses,
}

Fields

Predicted to the point they will be at the upcoming frame.

Predicted to the point they will be at the frame after the upcoming frame, for use in game logic.

Trait Implementations

impl Debug for WaitPoses
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for WaitPoses
[src]

impl Clone for WaitPoses
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for WaitPoses

impl Sync for WaitPoses