Struct openvr_sys::VRTextureWithPose_t_real[][src]

#[repr(C)]
pub struct VRTextureWithPose_t_real { pub handle: *mut c_void, pub eType: ETextureType, pub eColorSpace: EColorSpace, pub mDeviceToAbsoluteTracking: HmdMatrix34_t, }

Fields

Trait Implementations

impl Debug for VRTextureWithPose_t_real
[src]

Formats the value using the given formatter. Read more

impl Copy for VRTextureWithPose_t_real
[src]

impl Clone for VRTextureWithPose_t_real
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations