#[repr(C)]pub struct FoveatedViewConfigurationViewVARJO {
pub ty: StructureType,
pub next: *mut c_void,
pub foveated_rendering_active: Bool32,
}Expand description
See XrFoveatedViewConfigurationViewVARJO - defined by XR_VARJO_foveated_rendering
Fields
ty: StructureTypenext: *mut c_voidfoveated_rendering_active: Bool32Implementations
sourceimpl FoveatedViewConfigurationViewVARJO
impl FoveatedViewConfigurationViewVARJO
pub const TYPE: StructureType = StructureType::FOVEATED_VIEW_CONFIGURATION_VIEW_VARJO
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for FoveatedViewConfigurationViewVARJO
impl Clone for FoveatedViewConfigurationViewVARJO
sourcefn clone(&self) -> FoveatedViewConfigurationViewVARJO
fn clone(&self) -> FoveatedViewConfigurationViewVARJO
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 moreimpl Copy for FoveatedViewConfigurationViewVARJO
Auto Trait Implementations
impl RefUnwindSafe for FoveatedViewConfigurationViewVARJO
impl !Send for FoveatedViewConfigurationViewVARJO
impl !Sync for FoveatedViewConfigurationViewVARJO
impl Unpin for FoveatedViewConfigurationViewVARJO
impl UnwindSafe for FoveatedViewConfigurationViewVARJO
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