Struct openxr_sys::Fovf
source · [−]#[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: f32angle_right: f32angle_up: f32angle_down: f32Trait Implementations
impl Copy for Fovf
impl StructuralPartialEq for Fovf
Auto Trait Implementations
impl RefUnwindSafe for Fovf
impl Send for Fovf
impl Sync for Fovf
impl Unpin for Fovf
impl UnwindSafe for Fovf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more