pub struct FoveationLevelHTC(/* private fields */);Expand description
Implementations§
Source§impl FoveationLevelHTC
impl FoveationLevelHTC
Sourcepub const NONE: FoveationLevelHTC
pub const NONE: FoveationLevelHTC
No foveation
Sourcepub const LOW: FoveationLevelHTC
pub const LOW: FoveationLevelHTC
Light periphery pixel density drop and lower performance gain.
Sourcepub const MEDIUM: FoveationLevelHTC
pub const MEDIUM: FoveationLevelHTC
Medium periphery pixel density drop and medium performance gain
Sourcepub const HIGH: FoveationLevelHTC
pub const HIGH: FoveationLevelHTC
Heavy periphery pixel density drop and higher performance gain
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for FoveationLevelHTC
impl Clone for FoveationLevelHTC
Source§fn clone(&self) -> FoveationLevelHTC
fn clone(&self) -> FoveationLevelHTC
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 FoveationLevelHTC
impl Debug for FoveationLevelHTC
Source§impl PartialEq for FoveationLevelHTC
impl PartialEq for FoveationLevelHTC
impl Copy for FoveationLevelHTC
impl Eq for FoveationLevelHTC
impl StructuralPartialEq for FoveationLevelHTC
Auto Trait Implementations§
impl Freeze for FoveationLevelHTC
impl RefUnwindSafe for FoveationLevelHTC
impl Send for FoveationLevelHTC
impl Sync for FoveationLevelHTC
impl Unpin for FoveationLevelHTC
impl UnwindSafe for FoveationLevelHTC
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