#[repr(C)]pub struct ovrTrackerDesc {
pub _align: [isize; 0],
pub FrustumHFovInRadians: f32,
pub FrustumVFovInRadians: f32,
pub FrustumNearZInMeters: f32,
pub FrustumFarZInMeters: f32,
}Expand description
Specifies the description of a single sensor.
Fields§
§_align: [isize; 0]§FrustumHFovInRadians: f32Sensor frustum horizontal field-of-view (if present).
FrustumVFovInRadians: f32Sensor frustum vertical field-of-view (if present).
FrustumNearZInMeters: f32Sensor frustum near Z (if present).
FrustumFarZInMeters: f32Sensor frustum far Z (if present).
Trait Implementations§
Source§impl Clone for ovrTrackerDesc
impl Clone for ovrTrackerDesc
Source§fn clone(&self) -> ovrTrackerDesc
fn clone(&self) -> ovrTrackerDesc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ovrTrackerDesc
impl Debug for ovrTrackerDesc
impl Copy for ovrTrackerDesc
Auto Trait Implementations§
impl Freeze for ovrTrackerDesc
impl RefUnwindSafe for ovrTrackerDesc
impl Send for ovrTrackerDesc
impl Sync for ovrTrackerDesc
impl Unpin for ovrTrackerDesc
impl UnwindSafe for ovrTrackerDesc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more