pub struct FoveationLevelFB(/* private fields */);
Expand description
Implementations§
Source§impl FoveationLevelFB
impl FoveationLevelFB
Sourcepub const NONE: FoveationLevelFB
pub const NONE: FoveationLevelFB
No foveation
Sourcepub const LOW: FoveationLevelFB
pub const LOW: FoveationLevelFB
Less foveation (higher periphery visual fidelity, lower performance)
Sourcepub const MEDIUM: FoveationLevelFB
pub const MEDIUM: FoveationLevelFB
Medium foveation (medium periphery visual fidelity, medium performance)
Sourcepub const HIGH: FoveationLevelFB
pub const HIGH: FoveationLevelFB
High foveation (lower periphery visual fidelity, higher performance)
pub fn from_raw(x: i32) -> FoveationLevelFB
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for FoveationLevelFB
impl Clone for FoveationLevelFB
Source§fn clone(&self) -> FoveationLevelFB
fn clone(&self) -> FoveationLevelFB
Returns a copy 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 FoveationLevelFB
impl Debug for FoveationLevelFB
Source§impl PartialEq for FoveationLevelFB
impl PartialEq for FoveationLevelFB
impl Copy for FoveationLevelFB
impl Eq for FoveationLevelFB
impl StructuralPartialEq for FoveationLevelFB
Auto Trait Implementations§
impl Freeze for FoveationLevelFB
impl RefUnwindSafe for FoveationLevelFB
impl Send for FoveationLevelFB
impl Sync for FoveationLevelFB
impl Unpin for FoveationLevelFB
impl UnwindSafe for FoveationLevelFB
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