Struct openvr::TrackedDevicePose [] [src]

#[repr(C)]
pub struct TrackedDevicePose(_);

Methods

impl TrackedDevicePose
[src]

Trait Implementations

impl Debug for TrackedDevicePose
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for TrackedDevicePose
[src]

impl Clone for TrackedDevicePose
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<TrackedDevicePose_t> for TrackedDevicePose
[src]

[src]

Performs the conversion.

Auto Trait Implementations