#[repr(C)]pub struct Fovf {
pub angle_left: f32,
pub angle_right: f32,
pub angle_up: f32,
pub angle_down: f32,
}
Expand description
See XrFovf
Fields§
§angle_left: f32
§angle_right: f32
§angle_up: f32
§angle_down: f32
Trait Implementations§
impl Copy for Fovf
impl StructuralPartialEq for Fovf
Auto Trait Implementations§
impl Freeze for Fovf
impl RefUnwindSafe for Fovf
impl Send for Fovf
impl Sync for Fovf
impl Unpin for Fovf
impl UnwindSafe for Fovf
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