pub struct Buffering {
pub excess_render_detection_interval_blocks: usize,
pub max_allowed_excess_render_blocks: usize,
}Expand description
Render buffer excess detection settings.
Fields§
§excess_render_detection_interval_blocks: usizeInterval in blocks between excess render detection checks (default: 250).
max_allowed_excess_render_blocks: usizeMaximum allowed excess render blocks before triggering correction (default: 8).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Buffering
impl RefUnwindSafe for Buffering
impl Send for Buffering
impl Sync for Buffering
impl Unpin for Buffering
impl UnwindSafe for Buffering
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