pub struct HIGH_PERFORMANCE { /* private fields */ }Expand description
To set the high performance mode to true, set either of the following environment variables to 1 or true:
- HF_XET_HIGH_PERFORMANCE
- HF_XET_HP
Trait Implementations§
Source§impl Deref for HIGH_PERFORMANCE
impl Deref for HIGH_PERFORMANCE
impl LazyStatic for HIGH_PERFORMANCE
Auto Trait Implementations§
impl Freeze for HIGH_PERFORMANCE
impl RefUnwindSafe for HIGH_PERFORMANCE
impl Send for HIGH_PERFORMANCE
impl Sync for HIGH_PERFORMANCE
impl Unpin for HIGH_PERFORMANCE
impl UnsafeUnpin for HIGH_PERFORMANCE
impl UnwindSafe for HIGH_PERFORMANCE
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