Struct openxr_sys::FoveationDynamicFB
source · [−]#[repr(transparent)]pub struct FoveationDynamicFB(_);Expand description
Implementations
sourceimpl FoveationDynamicFB
impl FoveationDynamicFB
sourcepub const DISABLED: FoveationDynamicFB = _
pub const DISABLED: FoveationDynamicFB = _
Static foveation at the maximum desired level
sourcepub const LEVEL_ENABLED: FoveationDynamicFB = _
pub const LEVEL_ENABLED: FoveationDynamicFB = _
Dynamic changing foveation based on performance headroom available up to the maximum desired level
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for FoveationDynamicFB
impl Clone for FoveationDynamicFB
sourcefn clone(&self) -> FoveationDynamicFB
fn clone(&self) -> FoveationDynamicFB
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 FoveationDynamicFB
impl Debug for FoveationDynamicFB
sourceimpl PartialEq<FoveationDynamicFB> for FoveationDynamicFB
impl PartialEq<FoveationDynamicFB> for FoveationDynamicFB
sourcefn eq(&self, other: &FoveationDynamicFB) -> bool
fn eq(&self, other: &FoveationDynamicFB) -> bool
impl Copy for FoveationDynamicFB
impl Eq for FoveationDynamicFB
impl StructuralEq for FoveationDynamicFB
impl StructuralPartialEq for FoveationDynamicFB
Auto Trait Implementations
impl RefUnwindSafe for FoveationDynamicFB
impl Send for FoveationDynamicFB
impl Sync for FoveationDynamicFB
impl Unpin for FoveationDynamicFB
impl UnwindSafe for FoveationDynamicFB
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