Struct openxr_sys::ViewConfigurationViewFovEPIC
source · [−]#[repr(C)]pub struct ViewConfigurationViewFovEPIC {
pub ty: StructureType,
pub next: *const c_void,
pub recommended_fov: Fovf,
pub max_mutable_fov: Fovf,
}Expand description
See XrViewConfigurationViewFovEPIC - defined by XR_EPIC_view_configuration_fov
Fields
ty: StructureTypenext: *const c_voidrecommended_fov: Fovfmax_mutable_fov: FovfImplementations
sourceimpl ViewConfigurationViewFovEPIC
impl ViewConfigurationViewFovEPIC
pub const TYPE: StructureType = StructureType::VIEW_CONFIGURATION_VIEW_FOV_EPIC
Trait Implementations
sourceimpl Clone for ViewConfigurationViewFovEPIC
impl Clone for ViewConfigurationViewFovEPIC
sourcefn clone(&self) -> ViewConfigurationViewFovEPIC
fn clone(&self) -> ViewConfigurationViewFovEPIC
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ViewConfigurationViewFovEPIC
impl Debug for ViewConfigurationViewFovEPIC
impl Copy for ViewConfigurationViewFovEPIC
Auto Trait Implementations
impl RefUnwindSafe for ViewConfigurationViewFovEPIC
impl !Send for ViewConfigurationViewFovEPIC
impl !Sync for ViewConfigurationViewFovEPIC
impl Unpin for ViewConfigurationViewFovEPIC
impl UnwindSafe for ViewConfigurationViewFovEPIC
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