#[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: StructureType
§next: *const c_void
§recommended_fov: Fovf
§max_mutable_fov: Fovf
Implementations§
Source§impl ViewConfigurationViewFovEPIC
impl ViewConfigurationViewFovEPIC
pub const TYPE: StructureType = StructureType::VIEW_CONFIGURATION_VIEW_FOV_EPIC
Trait Implementations§
Source§impl Clone for ViewConfigurationViewFovEPIC
impl Clone for ViewConfigurationViewFovEPIC
Source§fn clone(&self) -> ViewConfigurationViewFovEPIC
fn clone(&self) -> ViewConfigurationViewFovEPIC
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 ViewConfigurationViewFovEPIC
impl Debug for ViewConfigurationViewFovEPIC
impl Copy for ViewConfigurationViewFovEPIC
Auto Trait Implementations§
impl Freeze for ViewConfigurationViewFovEPIC
impl RefUnwindSafe for ViewConfigurationViewFovEPIC
impl !Send for ViewConfigurationViewFovEPIC
impl !Sync for ViewConfigurationViewFovEPIC
impl Unpin for ViewConfigurationViewFovEPIC
impl UnwindSafe for ViewConfigurationViewFovEPIC
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